Skip to content

Commit 00fe9ce

Browse files
dependabot[bot]kmk3
authored andcommitted
build(deps): bump github/codeql-action from 3.25.15 to 3.26.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.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@afb54ba...4dd1613) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5edddc9 commit 00fe9ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-c.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
# Initializes the CodeQL tools for scanning.
163163
- name: Initialize CodeQL
164-
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
164+
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
165165
with:
166166
languages: cpp
167167

@@ -172,4 +172,4 @@ jobs:
172172
run: make -j "$(nproc)"
173173

174174
- name: Perform CodeQL Analysis
175-
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
175+
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93

.github/workflows/check-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
54+
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
5555
with:
5656
languages: python
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
59+
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93

0 commit comments

Comments
 (0)