mirror of
https://github.com/distribution/distribution.git
synced 2026-02-21 14:22:14 +00:00
build(deps): bump github/codeql-action from 4.31.10 to 4.32.2 (#4778)
This commit is contained in:
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@v4.31.10
|
||||
uses: github/codeql-action/init@v4.32.2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
-
|
||||
name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v4.31.10
|
||||
uses: github/codeql-action/autobuild@v4.32.2
|
||||
-
|
||||
name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4.31.10
|
||||
uses: github/codeql-action/analyze@v4.32.2
|
||||
|
||||
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@93a99bf571e9fcbcd6ba561a091a0639dd3463f4 # tag=v2.22.12
|
||||
uses: github/codeql-action/upload-sarif@7aee93297421a430700f5e81fe681dbc80a0b4f5 # tag=v2.22.12
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user