diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-15 13:29:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 13:29:18 +0000 |
commit | 8feec1a6a20c536e045700bbe8bba200bf7e3b35 (patch) | |
tree | 3a4f3447abfa75aff381c960b46f64ee7bf9486a | |
parent | 195e59bd0c60523caa415f429517e46ff7065600 (diff) | |
download | edk2-dependabot/github_actions/github/codeql-action-3.tar.gz edk2-dependabot/github_actions/github/codeql-action-3.tar.bz2 edk2-dependabot/github_actions/github/codeql-action-3.zip |
GitHub Action: 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/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c91e9d4dbe..d20341a95b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -340,7 +340,7 @@ jobs: if-no-files-found: warn
- name: Upload CodeQL Results (SARIF) To GitHub Code Scanning
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
if: steps.env_data.outputs.upload_sarif_file == 'true'
with:
# Path to SARIF file relative to the root of the repository.
|