diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 5048e006b..51cfe556d 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.26.11 + uses: github/codeql-action/init@v3.26.12 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.26.11 + uses: github/codeql-action/autobuild@v3.26.12 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.26.11 + uses: github/codeql-action/analyze@v3.26.12 clang-tidy: name: Clang Tidy