Skip to content

Commit 1628f98

Browse files
ci(deps): bump github/codeql-action from 4.32.4 to 4.32.6 (#69)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.32.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@89a39a4...0d579ff) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c43e4f0 commit 1628f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
uses: actions/checkout@v6
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
38+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
3939
with:
4040
languages: ${{ matrix.language }}
4141
build-mode: ${{ matrix.build-mode }}
4242
queries: +security-extended,security-and-quality
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
45+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
4646
with:
4747
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)