diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-17 10:02:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-17 10:02:59 +0200 |
| commit | f54cf643b2887a0a3554bb2679763ec35e580be7 (patch) | |
| tree | 7df189a10b97ff7b52dd3a6610934a4dd19566d7 /.github/workflows | |
| parent | dd82d785ced814f5b7eda28c04a6f30b584c8507 (diff) | |
[upd] github-actions: Bump github/codeql-action from 4.30.7 to 4.30.8 (#5335)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.7 to 4.30.8.
- [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/e296a935590eb16afc0c0108289f68c87e2a89a5...f443b600d91635bebf5b0d9ebc620189c0d6fba5)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.30.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -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 faa190834..c3a49e5f7 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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 + uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8 with: sarif_file: "./scout.sarif" |