aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-31 13:43:35 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-31 13:43:35 +0200
commit3b9b4001d5d242d478907ada600453b8f6337b4f (patch)
treef5901b894ab0c96b550e4eff92fc4f1a621f7d9f
parentb38a445c4b52a94230127842e0f868a17038654d (diff)
downloadcoredns-3b9b4001d5d242d478907ada600453b8f6337b4f.tar.gz
coredns-3b9b4001d5d242d478907ada600453b8f6337b4f.tar.zst
coredns-3b9b4001d5d242d478907ada600453b8f6337b4f.zip
build(deps): bump github/codeql-action from 2.3.3 to 2.3.5 (#6127)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.3 to 2.3.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/29b1f65c5e92e24fe6b6647da1eaabe529cec70f...0225834cc549ee0ca93cb085b92954821a145866) --- 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 1803f8cc9..fd76ccbe1 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
+ uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
+ uses: github/codeql-action/autobuild@0225834cc549ee0ca93cb085b92954821a145866
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
+ uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 260bcda60..83308c056 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
+ uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866
with:
sarif_file: results.sarif
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml
index 6c599d26a..9f5f1884b 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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
+ uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
with:
sarif_file: 'trivy-results.sarif'