Skip to content

Commit c207262

Browse files
dependabot[bot]lauft
authored andcommitted
Bump github/codeql-action in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.6...v4.37.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7122fd8 commit c207262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v4.37.6
42+
uses: github/codeql-action/init@v4.37.7
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: ${{ matrix.build-mode }}
@@ -51,6 +51,6 @@ jobs:
5151
cmake --build _build -j
5252
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v4.37.6
54+
uses: github/codeql-action/analyze@v4.37.7
5555
with:
5656
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)