Skip to content

Commit 387163c

Browse files
Bump github/codeql-action from 3.26.12 to 3.28.0 (#564)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.28.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@c36620d...48ab28a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e928d1 commit 387163c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
238+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
273+
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
274274
env:
275275
CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES: false
276276
- name: perform CodeQL Analysis
277-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
277+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

0 commit comments

Comments
 (0)