File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
189
189
# Check for any typos
190
190
- name : Check for typos
191
- uses : crate-ci/typos@d01f29c66d1bf1a08730750f61d86c210b0d039d # v1.27.0
191
+ uses : crate-ci/typos@b74202f74b4346efdbce7801d187ec57b266bac8 # v1.27.3
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
Original file line number Diff line number Diff line change 47
47
48
48
# Upload the results to GitHub's code scanning dashboard.
49
49
- name : " Upload to code-scanning"
50
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
50
+ uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
51
51
with :
52
52
sarif_file : results.sarif
Original file line number Diff line number Diff line change 38
38
uses : ./.github/actions/setup-go
39
39
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
41
+ uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
42
42
with :
43
43
languages : go, javascript
44
44
48
48
rm Makefile
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
51
+ uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
52
52
53
53
- name : Send Slack notification on failure
54
54
if : ${{ failure() }}
@@ -142,7 +142,7 @@ jobs:
142
142
severity : " CRITICAL,HIGH"
143
143
144
144
- name : Upload Trivy scan results to GitHub Security tab
145
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
145
+ uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
146
146
with :
147
147
sarif_file : trivy-results.sarif
148
148
category : " Trivy"
You can’t perform that action at this time.
0 commit comments