]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
build(deps): bump github/codeql-action from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 14 Dec 2023 00:14:45 +0000 (00:14 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 00:14:45 +0000 (00:14 +0000)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/rust-clippy.yml

index bc2eb4741fcd453601caddf76234558eff17ada7..5c624687600f1e0199bc58cbe0e1155e92f0a562 100644 (file)
@@ -49,7 +49,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