File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
50
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
41
+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
51
+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
145
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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