Browse Source

CI: Bump github/codeql-action from 2 to 3

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>
dependabot[bot] 1 year ago
parent
commit
37f2d49818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pvs-studio-static-analysis.yml

+ 1 - 1
.github/workflows/pvs-studio-static-analysis.yml

@@ -154,7 +154,7 @@ jobs:
           path: ${{ github.workspace }}/project.sarif
 
       - name: Upload SARIF results file
-        uses: github/codeql-action/upload-sarif@v2
+        uses: github/codeql-action/upload-sarif@v3
         with:
           # Path to SARIF file relative to the root of the repository
           sarif_file: project.sarif