File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ jobs:
137
137
- name : Check out the repository
138
138
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
139
139
- name : Initialize CodeQL
140
- uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251
140
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
141
141
with :
142
142
languages : go
143
143
- name : Run CodeQL variant analysis
144
- uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251
144
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
145
145
- name : Show CodeQL scan SARIF report
146
146
if : always()
147
147
run : cat ../results/go.sarif
@@ -164,7 +164,7 @@ jobs:
164
164
run : cat ${{ steps.scan.outputs.sarif }}
165
165
- name : Upload Anchore scan SARIF report
166
166
if : always()
167
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251
167
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
168
168
with :
169
169
sarif_file : ${{ steps.scan.outputs.sarif }}
170
170
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
- name : Check out the repository
39
39
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251
41
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
42
42
with :
43
43
languages : go
44
44
- name : Run CodeQL variant analysis
45
- uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251
45
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
46
46
- name : Show CodeQL scan SARIF report
47
47
if : always()
48
48
run : cat ../results/go.sarif
65
65
- name : Show Anchore scan SARIF report
66
66
run : cat ${{ steps.scan.outputs.sarif }}
67
67
- name : Upload Anchore scan SARIF report
68
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251
68
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
69
69
with :
70
70
sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments