File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
fail-build : false
172
172
173
173
- name : Upload scan result to GitHub Security tab
174
- uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
174
+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
175
175
continue-on-error : true
176
176
with :
177
177
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
55
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
build-mode : ${{ matrix.build-mode }}
64
64
# queries: security-extended,security-and-quality
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
67
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
68
68
with :
69
69
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
63
+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments