From 4fc1eea370974d46d4266640f8dc32b80e0e88e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:31:49 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.24.6...v3.24.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 343e63ed7..f6469d40c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -201,15 +201,15 @@ jobs: source ./PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}" - name: Initialize CodeQL - uses: github/codeql-action/init@v3.24.6 + uses: github/codeql-action/init@v3.24.7 with: languages: cpp # we don't use a matrix build (to analyze multiple lanaguages in parallel) as we are only analyzing c++ - name: Autobuild - uses: github/codeql-action/autobuild@v3.24.6 + uses: github/codeql-action/autobuild@v3.24.7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.6 + uses: github/codeql-action/analyze@v3.24.7 clang-tidy: name: Clang Tidy