Skip to content

Commit 20d647f

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump github/codeql-action from 4.35.1 to 4.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.36.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@c10b806...7211b7c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd429cd commit 20d647f

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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
54+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5555
with:
5656
languages: 'c-cpp'
5757

5858
- if: matrix.language == 'python'
5959
name: Initialize CodeQL Python
60-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
60+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
71+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
7272
with:
7373
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)