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 @@ -170,7 +170,7 @@ jobs:
170
170
fail-build : false
171
171
172
172
- name : Upload scan result to GitHub Security tab
173
- uses : github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
173
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
174
174
continue-on-error : true
175
175
with :
176
176
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@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
55
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
67
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
63
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments