diff options
author | 2023-05-09 06:25:49 -0700 | |
---|---|---|
committer | 2023-05-09 06:25:49 -0700 | |
commit | c2d726e6cffd79022890ae169233f6711b544dc0 (patch) | |
tree | d515975646a97a929bf71b3f9a6da3243fca38e4 | |
parent | 18dde64fced51d8ae7ad51ab38bd3606420d9d8c (diff) | |
download | coredns-c2d726e6cffd79022890ae169233f6711b544dc0.tar.gz coredns-c2d726e6cffd79022890ae169233f6711b544dc0.tar.zst coredns-c2d726e6cffd79022890ae169233f6711b544dc0.zip |
build(deps): bump github/codeql-action from 2.3.2 to 2.3.3 (#6080)
-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 2fb102861..1803f8cc9 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@f3feb00acb00f31a6f60280e6ace9ca31d91c76a + uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a + uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a + uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 5c6894bb0..260bcda60 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@f3feb00acb00f31a6f60280e6ace9ca31d91c76a + uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f with: sarif_file: results.sarif diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index bf938116e..6c599d26a 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@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 + uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 with: sarif_file: 'trivy-results.sarif' |