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 @@ -152,7 +152,7 @@ jobs:
152
152
fail-build : false
153
153
154
154
- name : Upload scan result to GitHub Security tab
155
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
155
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
156
156
continue-on-error : true
157
157
with :
158
158
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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
55
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
67
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
63
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments