Skip to content

Commit cb860bf

Browse files
Build(deps): bump github/codeql-action from 4.37.6 to 4.38.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.6 to 4.38.1. - [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.38.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac07083 commit cb860bf

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
@@ -32,14 +32,14 @@ jobs:
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v4.37.6
35+
uses: github/codeql-action/init@v4.38.1
3636
with:
3737
languages: ${{ matrix.language }}
3838

3939
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4040
# If this step fails, then you should remove it and run the build manually (see below)
4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@v4.37.6
42+
uses: github/codeql-action/autobuild@v4.38.1
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v4.37.6
45+
uses: github/codeql-action/analyze@v4.38.1

0 commit comments

Comments
 (0)