File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ jobs:
213
213
add-cpes-if-none : true
214
214
215
215
- name : Upload scan result to GitHub Security tab
216
- uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
216
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
217
217
continue-on-error : true
218
218
with :
219
219
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
58
+ uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
70
+ uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
59
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments