diff options
author | 2024-06-05 14:45:40 -0400 | |
---|---|---|
committer | 2024-06-05 14:45:40 -0400 | |
commit | 1787b01254f692b30e0be1cdde535448218aa915 (patch) | |
tree | b688d2f799c470bc9f4f1daea4af89b38b694d2c | |
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>
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 | ||||
-rw-r--r-- | .github/workflows/scorecards.yml | 2 | ||||
-rw-r--r-- | .github/workflows/trivy-scan.yaml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 175740b85..ea815c344 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,12 +30,12 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v3.25.5 + uses: github/codeql-action/init@v3.25.7 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v3.25.5 + uses: github/codeql-action/autobuild@v3.25.7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.25.5 + uses: github/codeql-action/analyze@v3.25.7 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c46b2fddb..4a0fb3404 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@63d519c0ae6a4b739e3377a517400c352a7d829b + uses: github/codeql-action/upload-sarif@add199be7753abbeb58eee647967afe140edaba1 with: sarif_file: results.sarif 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' |