diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 28ecb3faf..b72fd056b 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