Skip to content

Commit 113bc10

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump github/codeql-action from 4 to 4.37.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [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...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26feb9f commit 113bc10

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
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Initializes the CodeQL tools for scanning.
6565
- name: Initialize CodeQL
66-
uses: github/codeql-action/init@v4
66+
uses: github/codeql-action/init@v4.37.3
6767
with:
6868
languages: ${{ matrix.language }}
6969
build-mode: ${{ matrix.build-mode }}
@@ -75,6 +75,6 @@ jobs:
7575
queries: security-extended,security-and-quality
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@v4
78+
uses: github/codeql-action/analyze@v4.37.3
7979
with:
8080
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)