aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-02-27 06:44:44 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-27 06:44:44 -0800
commit39b8f78d26c7fe67ee1b48fcea1b04ac47ead47f (patch)
treea44877deef227c713347c684538ac480285aab32 /.github
parent763b797f704f53681230b345ff65f00c5f0c0fe4 (diff)
downloadcoredns-39b8f78d26c7fe67ee1b48fcea1b04ac47ead47f.tar.gz
coredns-39b8f78d26c7fe67ee1b48fcea1b04ac47ead47f.tar.zst
coredns-39b8f78d26c7fe67ee1b48fcea1b04ac47ead47f.zip
build(deps): bump github/codeql-action from 2.2.4 to 2.2.5 (#5937)
Diffstat (limited to '.github')
-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 836e56daf..13d220387 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -30,12 +30,12 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Initialize CodeQL
- uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
+ uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses: github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
+ uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
+ uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index bf6efdcc3..bd8598389 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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
+ uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5
with:
sarif_file: results.sarif
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml
index 40c57ec3d..092067956 100644
--- a/.github/workflows/trivy-scan.yaml
+++ b/.github/workflows/trivy-scan.yaml
@@ -29,6 +29,6 @@ jobs:
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
- uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
+ uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
with:
sarif_file: 'trivy-results.sarif'