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 @@ -219,7 +219,7 @@ jobs:
219
219
add-cpes-if-none : true
220
220
221
221
- name : Upload scan result to GitHub Security tab
222
- uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
222
+ uses : github/codeql-action/upload-sarif@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
223
223
continue-on-error : true
224
224
with :
225
225
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
58
+ uses : github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
59
59
with :
60
60
languages : ${{ matrix.language }}
61
61
build-mode : ${{ matrix.build-mode }}
67
67
# queries: security-extended,security-and-quality
68
68
69
69
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
70
+ uses : github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
71
71
with :
72
72
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 56
56
57
57
# Upload the results to GitHub's code scanning dashboard.
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
59
+ uses : github/codeql-action/upload-sarif@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments