aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-05-20 21:53:58 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-20 21:53:58 +0200
commit5c1991266dd4b56d83d466ae55e6be824ece36bb (patch)
tree30227de1c348335c3e63e978eceb6e0e77b3c563
parenteaf938d479d543731f1442a07ae7647d832a81da (diff)
downloadcoredns-5c1991266dd4b56d83d466ae55e6be824ece36bb.tar.gz
coredns-5c1991266dd4b56d83d466ae55e6be824ece36bb.tar.zst
coredns-5c1991266dd4b56d83d466ae55e6be824ece36bb.zip
build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 (#6684)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.25.4...v3.25.5) --- 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.yml6
-rw-r--r--.github/workflows/scorecards.yml2
-rw-r--r--.github/workflows/trivy-scan.yaml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index bf4da4405..175740b85 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.4
+ uses: github/codeql-action/init@v3.25.5
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses: github/codeql-action/autobuild@v3.25.4
+ uses: github/codeql-action/autobuild@v3.25.5
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3.25.4
+ uses: github/codeql-action/analyze@v3.25.5
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 2445e6abb..d3eb991f6 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@4a519724772e4811655b89999b87e0e6caf6b798
+ uses: github/codeql-action/upload-sarif@63d519c0ae6a4b739e3377a517400c352a7d829b
with:
sarif_file: results.sarif
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml
index 8533a2c5e..1059cab89 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@4a519724772e4811655b89999b87e0e6caf6b798 # v2.13.4
+ uses: github/codeql-action/upload-sarif@63d519c0ae6a4b739e3377a517400c352a7d829b # v2.13.4
with:
sarif_file: 'trivy-results.sarif'