mirror of
https://github.com/distribution/distribution.git
synced 2026-02-22 06:42:57 +00:00
build(deps): bump github/codeql-action from 4.31.10 to 4.32.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.32.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v4.31.10...v4.32.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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
|
||||
|
||||
Reference in New Issue
Block a user