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 @@ -197,7 +197,7 @@ jobs:
197
197
198
198
# Check for any typos
199
199
- name : Check for typos
200
- uses : crate-ci/typos@6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3 # v1.26.0
200
+ uses : crate-ci/typos@0d9e0c2c1bd7f770f6eb90f87780848ca02fc12c # v1.26.8
201
201
with :
202
202
config : .github/workflows/typos.toml
203
203
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
50
+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
51
51
with :
52
52
sarif_file : results.sarif
Original file line number Diff line number Diff line change 37
37
uses : ./.github/actions/setup-go
38
38
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
40
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
41
41
with :
42
42
languages : go, javascript
43
43
47
47
rm Makefile
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
50
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
51
51
52
52
- name : Send Slack notification on failure
53
53
if : ${{ failure() }}
@@ -132,7 +132,7 @@ jobs:
132
132
severity : " CRITICAL,HIGH"
133
133
134
134
- name : Upload Trivy scan results to GitHub Security tab
135
- uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
135
+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
136
136
with :
137
137
sarif_file : trivy-results.sarif
138
138
category : " Trivy"
You can’t perform that action at this time.
0 commit comments