Skip to content

Commit 94531f7

Browse files
chore(ci): bump github/codeql-action in /.github/workflows
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.5 to 4.37.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@v4.37.5...v4.37.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70ae891 commit 94531f7

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
@@ -56,13 +56,13 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v4.37.5
59+
uses: github/codeql-action/init@v4.37.6
6060
with:
6161
languages: ${{ matrix.language }}
6262
build-mode: ${{ matrix.build-mode }}
6363
queries: security-extended,security-and-quality
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v4.37.5
66+
uses: github/codeql-action/analyze@v4.37.6
6767
with:
6868
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)