diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-10 10:55:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 10:55:50 +0200 |
| commit | 37f79602668d98f7c33a6d352702b3e70240b89b (patch) | |
| tree | 9214d5817c5acb52117c462f9b0b93b7fa003c43 | |
| parent | 02d5166a3bd027cdb323c5fefb2f8f5220be46d0 (diff) | |
[upd] github-actions: Bump github/codeql-action from 3.30.6 to 4.30.7 (#5295)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.6 to 4.30.7.
- [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/64d10c13136e1c5bce3e5fbde8d4906eeaafc885...e296a935590eb16afc0c0108289f68c87e2a89a5)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.30.7
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/security.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1607981db..faa190834 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -41,6 +41,6 @@ jobs: write-comment: "false" - name: Upload SARIFs - uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6 + uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 with: sarif_file: "./scout.sarif" |