mirror of
https://github.com/distribution/distribution.git
synced 2025-10-22 11:51:24 +00:00
build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 (#4722)
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.30.8
|
||||
uses: github/codeql-action/init@v4.30.9
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
-
|
||||
name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v4.30.8
|
||||
uses: github/codeql-action/autobuild@v4.30.9
|
||||
-
|
||||
name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4.30.8
|
||||
uses: github/codeql-action/analyze@v4.30.9
|
||||
|
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@17783bfb99b07f70fae080b654aed0c514057477 # tag=v2.22.12
|
||||
uses: github/codeql-action/upload-sarif@d88a5540c3fd916f4e15b7744d287a124278e065 # tag=v2.22.12
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
|
Reference in New Issue
Block a user