Skip to content

Commit

Permalink
Update codeql-action/upload-sarif to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Jun 17, 2024
1 parent 9765410 commit 59052e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ on:
- 'src/*'
- 'Cargo.*'
- '.github/workflows/build.yml'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:

env:
RUSTFLAGS: '--deny warnings'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: rust-clippy analyze
on:
push:
branches:
- main
- '**'
paths:
- '**/*.rs'
- 'src/*'
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true

0 comments on commit 59052e7

Please sign in to comment.