Skip to content

Commit df92c0a

Browse files
authored
Merge branch 'grass8' into add-precommit-tools
2 parents 4ae33fe + 52548e7 commit df92c0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
../.github/workflows/test.sh
120120
121121
- name: Make HTML test report available
122-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
122+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
123123
with:
124124
name: testreport-grass-${{ matrix.grass-version }}-python-${{ matrix.python-version }}
125125
path: grass-addons/src/testreport

.github/workflows/post-pr-reviews.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Create a .git directory needed by reviewdog
2121
run: git init
22-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
22+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
2323
id: diff
2424
continue-on-error: true
2525
with:

.github/workflows/super-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# list of files that changed across commits
3333
fetch-depth: 0
3434
- name: Lint code base
35-
uses: super-linter/super-linter@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0
35+
uses: super-linter/super-linter@3fe03abab2eafb293ace16d4a3b07aeabcb3f1a0 # v6.7.0
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
# By default, super-linter expect all linters to have their config

0 commit comments

Comments
 (0)