Skip to content

Commit e778370

Browse files
Bump github/codeql-action from 4 to 4.37.3
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>
1 parent bfad042 commit e778370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-scanning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
libboost-program-options-dev
4141
- uses: actions/checkout@v6
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v4
43+
uses: github/codeql-action/init@v4.37.3
4444
with:
4545
languages: cpp
4646
queries: security-and-quality
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build Project
5454
run: cmake --build .
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v4
56+
uses: github/codeql-action/analyze@v4.37.3
5757

5858
cpp-linter:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)