Skip to content

Commit 7ee4adc

Browse files
authored
Merge branch 'main' into temporal/t.rast.aggregate-extend-mode
2 parents eb11665 + 0553215 commit 7ee4adc

187 files changed

Lines changed: 15903 additions & 14883 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# CLAUDE.md
22

3-
@../../AGENTS.md
3+
@../AGENTS.md

.github/actions/create-upload-suggestions/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ runs:
179179
echo "diff-file-name=${INPUT_DIFF_FILE_NAME}" >> "${GITHUB_OUTPUT}"
180180
env:
181181
INPUT_DIFF_FILE_NAME: ${{ steps.tool-name-safe.outputs.diff-file-name }}
182-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
182+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
183183
id: upload-diff
184184
if: >-
185185
${{ (steps.files_changed.outputs.files_changed == 'true') &&
@@ -202,7 +202,7 @@ runs:
202202
echo 'Suggestions can only be added near to lines changed in this PR.'
203203
echo 'If any fixes can be added as code suggestions, they will be added shortly from another workflow.'
204204
} >> "${GITHUB_STEP_SUMMARY}"
205-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
205+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
206206
id: upload-changes
207207
if: >-
208208
${{ always() &&

.github/workflows/additional_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: read
2828
env:
2929
# renovate: datasource=pypi depName=prek
30-
PREK_VERSION: 0.3.1
30+
PREK_VERSION: 0.3.4
3131

3232
steps:
3333
- name: Checkout repository contents
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
python-version: "3.14"
4343
- name: Install uv and restore its cache
44-
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
44+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
4545
with:
4646
# To not have the last commit JSON and release notes files affected on
4747
# releases, if copying the contents displayed in the CI logs.
@@ -71,7 +71,7 @@ jobs:
7171
tee -a "release_notes_sample.md"
7272
- name: Upload release notes and core modules with last commit JSON file
7373
if: ${{ !cancelled() }}
74-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
74+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7575
with:
7676
name: release_notes-core_modules_with_last_commit
7777
path: |-

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: .github/workflows/test_thorough.sh --config .gunittest.cfg --min-success 100
8989
- name: Make HTML test report available
9090
if: ${{ !cancelled() }}
91-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
91+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9292
with:
9393
name: testreport-CMake
9494
path: testreport

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: ${{ matrix.language == 'c-cpp' }}
6262

6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
64+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
6565
with:
6666
languages: ${{ matrix.language }}
6767
config-file: ./.github/codeql/codeql-config.yml
@@ -86,6 +86,6 @@ jobs:
8686
run: .github/workflows/build_ubuntu-24.04.sh "${HOME}/install"
8787

8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
89+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
9090
with:
9191
category: "/language:${{matrix.language}}"

.github/workflows/docker.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,25 +161,26 @@ jobs:
161161
- name: Set up Docker Buildx
162162
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
163163
- name: Login to GitHub Container Registry
164-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
164+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
165165
with:
166166
registry: ghcr.io
167167
username: ${{ github.actor }}
168168
password: ${{ secrets.GITHUB_TOKEN }}
169169
- name: Login to Docker Hub
170170
if: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' }}
171-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
171+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
172172
with:
173173
username: ${{ secrets.DOCKERHUB_USERNAME }}
174174
password: ${{ secrets.DOCKERHUB_TOKEN }}
175175
- name: Build and push
176176
id: docker_build
177-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
177+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
178178
with:
179179
push: ${{ github.event_name != 'pull_request' }}
180180
context: .
181181
build-args: ${{ matrix.build_args }}
182182
tags: ${{ steps.meta.outputs.tags }}
183+
labels: ${{ steps.meta.outputs.labels }}
183184
file: ${{ matrix.dockerfile }}
184185
annotations: ${{ steps.meta.outputs.annotations }}
185186
provenance: mode=max
@@ -196,7 +197,7 @@ jobs:
196197
env:
197198
STEPS_DOCKER_BUILD_OUTPUTS_DIGEST: ${{ steps.docker_build.outputs.digest }}
198199
- name: Attest docker.io image
199-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
200+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
200201
# If there isn't a digest, an annotation cannot be added
201202
if: >-
202203
${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request'
@@ -207,7 +208,7 @@ jobs:
207208
subject-digest: ${{ steps.docker_build.outputs.digest }}
208209
push-to-registry: ${{ github.repository_owner == 'OSGeo' && github.event_name != 'pull_request' }}
209210
- name: Attest ghcr.io image
210-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
211+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
211212
# If there isn't a digest, an annotation cannot be added
212213
if: ${{ steps.docker_build.outputs.digest }}
213214
id: attest-ghcr

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
make htmldocs
161161
162162
- name: Make the doxygen results available (html)
163-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
163+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
164164
with:
165165
name: doxygen-site
166166
if-no-files-found: error
@@ -171,7 +171,7 @@ jobs:
171171
retention-days: 3
172172

173173
- name: Make the doxygen results available (latex)
174-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
174+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
175175
with:
176176
name: doxygen-site-latex
177177
if-no-files-found: error
@@ -251,15 +251,15 @@ jobs:
251251
--version "${VERSION}" -o
252252
253253
- name: Make logs available
254-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
254+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
255255
with:
256256
name: grass-addon-build-logs
257257
if-no-files-found: error
258258
path: addons-build-dir/logs
259259
retention-days: 3
260260

261261
- name: Make the result available
262-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
262+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
263263
with:
264264
name: mkdocs-site
265265
if-no-files-found: error

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Make HTML test report available
170170
if: ${{ !cancelled() }}
171-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
171+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
172172
with:
173173
name: testreport-macOS
174174
path: testreport

.github/workflows/macos_distribute_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Upload DMG file as artifact
138138
if: ${{ success() && !cancelled() }}
139-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
139+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
140140
with:
141141
name: ${{ env.DMG_NAME }}
142142
path: ${{ env.DMG_FILE }}

.github/workflows/osgeo4w.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
with:
3939
persist-credentials: false
40-
- uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
40+
- uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0
4141
id: msys2
4242
with:
4343
path-type: inherit
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Make HTML test report available
171171
if: ${{ always() }}
172-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
172+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
173173
with:
174174
name: testreport-${{ matrix.os }}
175175
path: testreport

0 commit comments

Comments
 (0)