Skip to content

Commit 8f4bde0

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump github/codeql-action from 4.32.4 to 4.32.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.32.5. - [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...c793b71) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4fed09 commit 8f4bde0

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
@@ -52,13 +52,13 @@ jobs:
5252
# Initializes the CodeQL tools for scanning.
5353
- if: matrix.language == 'c-cpp'
5454
name: Initialize CodeQL C
55-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
55+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
5656
with:
5757
languages: 'c-cpp'
5858

5959
- if: matrix.language == 'python'
6060
name: Initialize CodeQL Python
61-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
61+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
6262
with:
6363
languages: 'python'
6464
config-file: ./.github/codeql/codeql-config.yml
@@ -69,6 +69,6 @@ jobs:
6969
ninja -C .build
7070
7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
72+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
7373
with:
7474
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)