diff options
author | 2022-08-29 06:44:39 -0700 | |
---|---|---|
committer | 2022-08-29 06:44:39 -0700 | |
commit | d80d10c1c040c21e68df6aea8e219e536ad4ccb7 (patch) | |
tree | 8bc80fd8892fafaa140a9d72656303942e07273e | |
parent | fc7f3835d506960364b21cf62116a70eb8f4caf2 (diff) | |
download | coredns-d80d10c1c040c21e68df6aea8e219e536ad4ccb7.tar.gz coredns-d80d10c1c040c21e68df6aea8e219e536ad4ccb7.tar.zst coredns-d80d10c1c040c21e68df6aea8e219e536ad4ccb7.zip |
build(deps): bump github/codeql-action from 2.1.20 to 2.1.21 (#5590)
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 | ||||
-rw-r--r-- | .github/workflows/scorecards.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c93f91643..d80309059 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,12 +30,12 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Initialize CodeQL - uses: github/codeql-action/init@7fee4ca032ac341c12486c4c06822c5221c76533 + uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@7fee4ca032ac341c12486c4c06822c5221c76533 + uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533 + uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 455f4e4c5..e7a6e9c15 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -50,6 +50,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 + uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 with: sarif_file: results.sarif |