@@ -15,12 +15,12 @@ jobs:
15
15
- task-generator/trusted-artifacts
16
16
steps :
17
17
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
18
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
18
+ - uses : actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
19
19
with :
20
20
go-version-file : ' ./${{matrix.path}}/go.mod'
21
21
cache-dependency-path : ./${{matrix.path}}/go.sum
22
22
- name : golangci-lint
23
- uses : golangci/golangci-lint-action@09dada95f1915e08fa7eb2c56d061a83807ad91f
23
+ uses : golangci/golangci-lint-action@8861dcf4f1514cc06341214d9cd34fd312346345
24
24
with :
25
25
working-directory : ${{matrix.path}}
26
26
args : " --timeout=10m --build-tags='normal periodic'"
35
35
steps :
36
36
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
37
37
- name : Install Go
38
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
38
+ uses : actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
39
39
with :
40
40
go-version-file : ' ./${{matrix.path}}/go.mod'
41
41
cache-dependency-path : ./${{matrix.path}}/go.sum
78
78
- task-generator/trusted-artifacts
79
79
steps :
80
80
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
81
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
81
+ - uses : actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
82
82
with :
83
83
go-version-file : ' ./${{matrix.path}}/go.mod'
84
84
cache-dependency-path : ./${{matrix.path}}/go.sum
89
89
# we let the report trigger content trigger a failure using the GitHub Security features.
90
90
args : ' -tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...'
91
91
- name : Upload SARIF file
92
- uses : github/codeql-action/upload-sarif@7cb9b16051842e6c23c8b9fbcf92481f92d0644a
92
+ uses : github/codeql-action/upload-sarif@9b02dc2f60288b463e7a66e39c78829b62780db7
93
93
with :
94
94
# Path to SARIF file relative to the root of the repository
95
95
sarif_file : results.sarif
0 commit comments