Skip to content

Commit 37b08c6

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

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
@@ -51,13 +51,13 @@ jobs:
5151
# Initializes the CodeQL tools for scanning.
5252
- if: matrix.language == 'c-cpp'
5353
name: Initialize CodeQL C
54-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
54+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5555
with:
5656
languages: 'c-cpp'
5757

5858
- if: matrix.language == 'python'
5959
name: Initialize CodeQL Python
60-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
60+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
6161
with:
6262
languages: 'python'
6363
config-file: ./.github/codeql/codeql-config.yml
@@ -68,6 +68,6 @@ jobs:
6868
ninja -C .build
6969
7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
71+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
7272
with:
7373
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)