Skip to content

Commit bafd80c

Browse files
Bump github/codeql-action from 4.37.4 to 4.38.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.38.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@v4.37.4...v4.38.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abb2d47 commit bafd80c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v4.37.4
34+
uses: github/codeql-action/init@v4.38.0
3535
with:
3636
languages: ${{ matrix.language }}
3737
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,8 +44,8 @@ jobs:
4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below)
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@v4.37.4
47+
uses: github/codeql-action/autobuild@v4.38.0
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v4.37.4
50+
uses: github/codeql-action/analyze@v4.38.0
5151

0 commit comments

Comments
 (0)