mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
build(deps): bump github/codeql-action from 3.26.2 to 3.26.3 (#4441)
This commit is contained in:
commit
3da306340a
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -44,12 +44,12 @@ jobs:
|
||||
git checkout HEAD^2
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3.26.2
|
||||
uses: github/codeql-action/init@v3.26.3
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
-
|
||||
name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v3.26.2
|
||||
uses: github/codeql-action/autobuild@v3.26.3
|
||||
-
|
||||
name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3.26.2
|
||||
uses: github/codeql-action/analyze@v3.26.3
|
||||
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff # tag=v2.22.12
|
||||
uses: github/codeql-action/upload-sarif@339aada847e3fb1dd69cc2ac571b4235bdf2984a # tag=v2.22.12
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user