Skip to content

Commit ba190b7

Browse files
Bump github/codeql-action from 4.37.3 to 4.37.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.3 to 4.37.7. - [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.3...v4.37.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a827d3 commit ba190b7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
create-symlink: true
4040
max-size: 1G
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v4.37.3
42+
uses: github/codeql-action/init@v4.37.7
4343
with:
4444
languages: ${{ matrix.language }}
4545
- name: CMake configure
@@ -61,4 +61,4 @@ jobs:
6161
if: matrix.language == 'cpp'
6262
run: ccache --show-stats
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v4.37.3
64+
uses: github/codeql-action/analyze@v4.37.7

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
path: results.sarif
3434
retention-days: 5
3535
- name: Upload to code-scanning
36-
uses: github/codeql-action/upload-sarif@v4.37.3
36+
uses: github/codeql-action/upload-sarif@v4.37.7
3737
with:
3838
sarif_file: results.sarif

0 commit comments

Comments
 (0)