From 53b18be8b4554e83ae7a7df7fcc56e99eb48c7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:26:52 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6. - [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.5...v3.24.6) --- 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 5dc3ff3fa..3744aa096 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -138,15 +138,15 @@ jobs: source ./PKGBUILD && pacman -Syu --noconfirm --needed --asdeps "${makedepends[@]}" "${depends[@]}" - name: Initialize CodeQL - uses: github/codeql-action/init@v3.24.5 + uses: github/codeql-action/init@v3.24.6 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.5 + uses: github/codeql-action/autobuild@v3.24.6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.5 + uses: github/codeql-action/analyze@v3.24.6 clang-tidy: name: Clang Tidy