mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
build(deps): bump github/codeql-action from 2.1.21 to 2.1.22 (#5596)
This commit is contained in:
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -30,12 +30,12 @@ jobs:
|
|||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725
|
uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725
|
uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725
|
uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b
|
||||||
|
|||||||
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@@ -50,6 +50,6 @@ jobs:
|
|||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard.
|
# Upload the results to GitHub's code scanning dashboard.
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725
|
uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|||||||
Reference in New Issue
Block a user