Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.5 to 3.27.6
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.27.5...v3.27.6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent b5c9def commit 029064b
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 --cfg reqwest_unstable 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].5
uses: github/codeql-action/[email protected].6
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true
Expand Down

0 comments on commit 029064b

Please sign in to comment.