Skip to content

Commit b4d89b5

Browse files
chore(deps): update github/codeql-action action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2049ad8 commit b4d89b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
RUSTFLAGS="-A unused" cargo clippy --all-targets --all-features --message-format=json -- -Dwarnings |
2020
clippy-sarif | tee results.sarif | sarif-fmt
2121
- name: Upload SARIF file
22-
uses: github/codeql-action/upload-sarif@v3
22+
uses: github/codeql-action/upload-sarif@v4
2323
with:
2424
sarif_file: results.sarif
2525

0 commit comments

Comments
 (0)