Skip to content

Commit 179c898

Browse files
Bump github/codeql-action from 3.28.10 to 4.35.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.10 to 4.35.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@b56ba49...9e0d7b8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30acffa commit 179c898

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
with:
236236
submodules: recursive
237237
- name: initialize CodeQL
238-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
238+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
239239
with:
240240
config-file: ${{ github.workspace }}/.github/codeql/codeql-config.yml
241241
languages: c-cpp
@@ -270,8 +270,8 @@ jobs:
270270
NANOEM_TARGET_CONFIGURATIONS: "debug;release"
271271
NANOEM_TARGET_COMPILER: clang
272272
- name: autobuild
273-
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
273+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
274274
env:
275275
CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES: false
276276
- name: perform CodeQL Analysis
277-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
277+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5

0 commit comments

Comments
 (0)