summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 01:32:10 +0000
committerGitHub <noreply@github.com>2023-12-18 01:32:10 +0000
commit77fd473d253a95824bce3968404f2a74d3b19501 (patch)
treee3b10bbcda26eefcc5a49e6367cf9d08e63a329e
parentbd08b1815ffc9f973f77dddec26aacb30665f741 (diff)
CI: Bump github/codeql-action from 2 to 3dependabot/github_actions/github/codeql-action-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>
-rw-r--r--.github/workflows/pvs-studio-static-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pvs-studio-static-analysis.yml b/.github/workflows/pvs-studio-static-analysis.yml
index 5e796a2383..7cd0e1ce74 100644
--- a/.github/workflows/pvs-studio-static-analysis.yml
+++ b/.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