Skip to content

Commit

Permalink
Update codeql-action/upload-sarif to v3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn authored Jun 17, 2024
1 parent f19a80c commit 1b9c1b0
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 1b9c1b0

Please sign in to comment.