Skip to content

Commit d322cf0

Browse files
Bump github/codeql-action from 4.37.5 to 4.37.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.5 to 4.37.6. - [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.5...v4.37.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d13215c commit d322cf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
source ./PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}"
246246

247247
- name: Initialize CodeQL
248-
uses: github/codeql-action/init@v4.37.5
248+
uses: github/codeql-action/init@v4.37.6
249249
with:
250250
languages: cpp
251251
build-mode: manual
@@ -256,7 +256,7 @@ jobs:
256256
cmake --build build
257257
258258
- name: Perform CodeQL Analysis
259-
uses: github/codeql-action/analyze@v4.37.5
259+
uses: github/codeql-action/analyze@v4.37.6
260260

261261
clang-tidy:
262262
name: Clang Tidy

0 commit comments

Comments
 (0)