Skip to content

Commit

Permalink
Merge pull request #156 from TheDGOfficial/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github/codeql-action-2.22.8

Bump github/codeql-action from 2.22.7 to 2.22.8
  • Loading branch information
TheDGOfficial authored Nov 24, 2023
2 parents 2628c88 + 1623255 commit 0340480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
chmod +x init_clippy_args.sh && . ./init_clippy_args.sh && cargo clippy --all-features --message-format=json ${{ env.CLIPPY_ARGS }} | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt

- name: Upload analysis results to GitHub
uses: github/codeql-action/[email protected].7
uses: github/codeql-action/[email protected].8
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true
Expand Down

0 comments on commit 0340480

Please sign in to comment.