Skip to content

Commit 2b6b3c8

Browse files
build(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f59667 commit 2b6b3c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: initialize CodeQL
5454
# Initialize the CodeQL tools for scanning.
55-
uses: github/codeql-action/init@v3
55+
uses: github/codeql-action/init@v4
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
run: make -C ./.build all -j2 V=1
6565

6666
- name: perform CodeQL analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v4
6868

6969

7070
windows:
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: initialize CodeQL
174174
# Initialize the CodeQL tools for scanning.
175-
uses: github/codeql-action/init@v3
175+
uses: github/codeql-action/init@v4
176176
with:
177177
languages: ${{ matrix.language }}
178178
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -186,4 +186,4 @@ jobs:
186186
run: make -C ./.build all -j8 V=1
187187

188188
- name: perform CodeQL analysis
189-
uses: github/codeql-action/analyze@v3
189+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)