diff options
author | 2024-06-17 13:30:18 +0000 | |
---|---|---|
committer | 2024-06-17 13:30:18 +0000 | |
commit | 83a0cfba52e58d7800b7b399c104ed006aa2e4cd (patch) | |
tree | 912069d980c61467a1b1e61e9eedd0d9d358ea58 | |
parent | 32ae647119d6bdd53f4b4bbbe9a91f7a6481275c (diff) | |
download | coredns-dependabot/github_actions/github/codeql-action-3.25.10.tar.gz coredns-dependabot/github_actions/github/codeql-action-3.25.10.tar.zst coredns-dependabot/github_actions/github/codeql-action-3.25.10.zip |
build(deps): bump github/codeql-action from 3.25.7 to 3.25.10dependabot/github_actions/github/codeql-action-3.25.10
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3.25.7...v3.25.10)
---
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>
Diffstat (limited to '')
-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 ea815c344..a03e5383d 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.7 + uses: github/codeql-action/init@v3.25.10 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v3.25.7 + uses: github/codeql-action/autobuild@v3.25.10 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.25.7 + uses: github/codeql-action/analyze@v3.25.10 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 4a0fb3404..8224d0e01 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@add199be7753abbeb58eee647967afe140edaba1 + uses: github/codeql-action/upload-sarif@1428e58aadf7c2047a7794b1fdcc728f245765ca with: sarif_file: results.sarif diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index 07ae6561b..672376f74 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@add199be7753abbeb58eee647967afe140edaba1 # v2.13.4 + uses: github/codeql-action/upload-sarif@1428e58aadf7c2047a7794b1fdcc728f245765ca # v2.13.4 with: sarif_file: 'trivy-results.sarif' |