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@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
174
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
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 @@ -44,13 +44,13 @@ jobs:
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
47
+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
build-mode : ${{ matrix.build-mode }}
51
51
queries : security-and-quality
52
52
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
54
+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
55
55
with :
56
56
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@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
63
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments