diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-10 17:07:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 17:07:35 +0300 |
| commit | 2c65907ffe16b1fa5e4ab70746822ed4435a61c6 (patch) | |
| tree | 4b2fc56cdba8b0d5adb39fed43b6b81ee4d2e275 | |
| parent | 1c74842bd07a48070d1cf3458f0b6b377e3ec8b9 (diff) | |
| download | edk2-dependabot/github_actions/github/codeql-action-4.tar.xz | |
GitHub Action: Bump github/codeql-action from 3 to 4dependabot/github_actions/github/codeql-action-4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
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 348a8637f2..e6d209a16a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -349,7 +349,7 @@ jobs: if-no-files-found: warn
- name: Upload CodeQL Results (SARIF) To GitHub Code Scanning
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
if: steps.env_data.outputs.upload_sarif_file == 'true'
with:
# Path to SARIF file relative to the root of the repository.
|
