Skip to content

Commit

Permalink
Merge pull request #62 from FL03/dependabot/github_actions/github/cod…
Browse files Browse the repository at this point in the history
…eql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
FL03 authored Feb 25, 2024
2 parents 1a92294 + 9bf7a65 commit 3e4bf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
continue-on-error: true
- name: Upload analysis
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 3e4bf39

Please sign in to comment.