Skip to content

Commit c6559ab

Browse files
build(deps): bump github/codeql-action from 4.32.5 to 4.32.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.5 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@c793b71...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]>
1 parent 2df9ac3 commit c6559ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
# Initializes the CodeQL tools for scanning.
5050
- if: matrix.language == 'c-cpp'
5151
name: Initialize CodeQL C
52-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
52+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5353
with:
5454
languages: 'c-cpp'
5555

5656
- if: matrix.language == 'python'
5757
name: Initialize CodeQL Python
58-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
58+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5959
with:
6060
languages: 'python'
6161
config-file: ./.github/codeql/codeql-config.yml
@@ -66,6 +66,6 @@ jobs:
6666
ninja -C .build
6767
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
69+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7070
with:
7171
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)