chore: cleanup and bump workflow actions

This commit is contained in:
seth 2024-01-08 15:06:56 -05:00
parent f2a3582c77
commit 48c2dba554
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 8 additions and 8 deletions

View file

@ -53,7 +53,7 @@ jobs:
- name: Run Clippy
continue-on-error: true
run: |
set -euxo pipefail
set -euo pipefail
cargo clippy \
--all-features \
@ -62,7 +62,7 @@ jobs:
| clippy-sarif | tee /tmp/clippy.sarif | sarif-fmt
- name: Upload results
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: /tmp/clippy.sarif
wait-for-processing: true