build(deps): bump github/codeql-action from 2.1.20 to 2.1.21 (#5590)
This commit is contained in:
parent
fc7f3835d5
commit
d80d10c1c0
2 changed files with 4 additions and 4 deletions
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@7fee4ca032ac341c12486c4c06822c5221c76533
|
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@7fee4ca032ac341c12486c4c06822c5221c76533
|
uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533
|
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725
|
||||||
|
|
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@7fee4ca032ac341c12486c4c06822c5221c76533
|
uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
Loading…
Add table
Reference in a new issue