File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
../.github/workflows/test.sh
120
120
121
121
- name : Make HTML test report available
122
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
122
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
123
123
with :
124
124
name : testreport-grass-${{ matrix.grass-version }}-python-${{ matrix.python-version }}
125
125
path : grass-addons/src/testreport
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Create a .git directory needed by reviewdog
21
21
run : git init
22
- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
22
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
23
23
id : diff
24
24
continue-on-error : true
25
25
with :
Original file line number Diff line number Diff line change 32
32
# list of files that changed across commits
33
33
fetch-depth : 0
34
34
- name : Lint code base
35
- uses : super-linter/super-linter@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6 .0
35
+ uses : super-linter/super-linter@3fe03abab2eafb293ace16d4a3b07aeabcb3f1a0 # v6.7 .0
36
36
env :
37
37
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
38
# By default, super-linter expect all linters to have their config
You can’t perform that action at this time.
0 commit comments