Skip to content

Commit b5975aa

Browse files
Bump github/codeql-action from 4 to 4.37.4 in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4 to 4.37.4 - [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.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da5dd85 commit b5975aa

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,15 +31,15 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v4
34+
uses: github/codeql-action/init@v4.37.4
3535
with:
3636
languages: ${{ matrix.language }}
3737
queries: security-and-quality, security-extended
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
42+
uses: github/codeql-action/autobuild@v4.37.4
4343

4444
# ℹ️ Command-line programs to run using the OS shell.
4545
# 📚 https://git.io/JvXDl
@@ -59,7 +59,7 @@ jobs:
5959
# mvn clean compile site -DskipTests
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v4
62+
uses: github/codeql-action/analyze@v4.37.4
6363

6464
- run: |
6565
pip install nasa-scrub

0 commit comments

Comments
 (0)