Skip to content

Commit 7e58ee2

Browse files
dependabot[bot]secwall
authored andcommitted
Bump github/codeql-action from 4.37.3 to 4.37.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.3 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.37.3...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7264b85 commit 7e58ee2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt-get install cmake
2828
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v4.37.3
30+
uses: github/codeql-action/init@v4.37.4
3131
with:
3232
languages: c-cpp
3333
build-mode: manual
@@ -37,6 +37,6 @@ jobs:
3737
./build.sh --release
3838
3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v4.37.3
40+
uses: github/codeql-action/analyze@v4.37.4
4141
with:
4242
category: "/language:c-cpp"

0 commit comments

Comments
 (0)