Skip to content

Commit 42c693f

Browse files
Bump github/codeql-action from 4 to 4.37.3 (#39564)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459b7ee commit 42c693f

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
@@ -153,7 +153,7 @@ jobs:
153153

154154
# Initializes the CodeQL tools for scanning.
155155
- name: Initialize CodeQL
156-
uses: github/codeql-action/init@v4
156+
uses: github/codeql-action/init@v4.37.3
157157
with:
158158
languages: ${{ matrix.language }}
159159
build-mode: ${{ matrix.build-mode }}
@@ -192,6 +192,6 @@ jobs:
192192
fi
193193
194194
- name: Perform CodeQL Analysis
195-
uses: github/codeql-action/analyze@v4
195+
uses: github/codeql-action/analyze@v4.37.3
196196
with:
197197
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)