diff options
author | 2024-06-05 14:45:40 -0400 | |
---|---|---|
committer | 2024-06-05 14:45:40 -0400 | |
commit | 1787b01254f692b30e0be1cdde535448218aa915 (patch) | |
tree | b688d2f799c470bc9f4f1daea4af89b38b694d2c /.github/workflows/trivy-scan.yaml | |
parent | 3fd7b1e07b3b08d9fd56152606432018a43b1af8 (diff) | |
download | coredns-1787b01254f692b30e0be1cdde535448218aa915.tar.gz coredns-1787b01254f692b30e0be1cdde535448218aa915.tar.zst coredns-1787b01254f692b30e0be1cdde535448218aa915.zip |
build(deps): bump github/codeql-action from 3.25.5 to 3.25.7 (#6721)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.25.5...v3.25.7)
---
updated-dependencies:
- dependency-name: github/codeql-action
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 '')
-rw-r--r-- | .github/workflows/trivy-scan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index 96c934176..07ae6561b 100644 --- a/.github/workflows/trivy-scan.yaml +++ b/.github/workflows/trivy-scan.yaml @@ -28,6 +28,6 @@ jobs: output: 'trivy-results.sarif' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@63d519c0ae6a4b739e3377a517400c352a7d829b # v2.13.4 + uses: github/codeql-action/upload-sarif@add199be7753abbeb58eee647967afe140edaba1 # v2.13.4 with: sarif_file: 'trivy-results.sarif' |