Skip to content

Commit ba5da0f

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
131+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
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@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
54+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
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@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
252+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
253253
with:
254254
sarif_file: ${{ steps.container-scan.outputs.sarif }}
255255

0 commit comments

Comments
 (0)