Skip to content

Commit abe9f34

Browse files
[deps]: Update github/codeql-action action to v4
1 parent abda0ca commit abe9f34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-cli-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
output-format: sarif
129129

130130
- name: Upload Grype results to GitHub
131-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
131+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
132132
with:
133133
sarif_file: ${{ steps.container-scan.outputs.sarif }}
134134
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
RUSTFLAGS: "-D warnings"
5252

5353
- name: Upload Clippy results to GitHub
54-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
54+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5555
with:
5656
sarif_file: clippy_result.sarif
5757
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/publish-bws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
output-format: sarif
250250

251251
- name: Upload Grype results to GitHub
252-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
252+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
253253
with:
254254
sarif_file: ${{ steps.container-scan.outputs.sarif }}
255255

0 commit comments

Comments
 (0)