diff options
author | 2023-01-30 06:49:20 -0800 | |
---|---|---|
committer | 2023-01-30 06:49:20 -0800 | |
commit | 5d0a79bb6df9a84e86993bd55e83b9fae3034de7 (patch) | |
tree | 3087d24cf2b0ebdf1eec0bd1b78432fba6d25782 /.github | |
parent | 0c30da290446b017ea6c6649969a15854a78394a (diff) | |
download | coredns-5d0a79bb6df9a84e86993bd55e83b9fae3034de7.tar.gz coredns-5d0a79bb6df9a84e86993bd55e83b9fae3034de7.tar.zst coredns-5d0a79bb6df9a84e86993bd55e83b9fae3034de7.zip |
build(deps): bump github/codeql-action from 2.1.39 to 2.2.1 (#5884)
Diffstat (limited to '.github')
-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 538ea333b..8ec02d1b2 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@a34ca99b4610d924e04c68db79e503e1f79f9f02 + uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02 + uses: github/codeql-action/autobuild@3ebbd71c74ef574dbc558c82f70e52732c8b44fe - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02 + uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c0d2b7422..f00897338 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@a34ca99b4610d924e04c68db79e503e1f79f9f02 + uses: github/codeql-action/upload-sarif@3ebbd71c74ef574dbc558c82f70e52732c8b44fe with: sarif_file: results.sarif diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index 505dafa6e..cfe0ae3b1 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@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2.1.39 + uses: github/codeql-action/upload-sarif@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2.2.1 with: sarif_file: 'trivy-results.sarif' |