diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c856e0..6876b4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: meson test -C "_build" -v --test-args "-d yes" - name: initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 if: startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++23') with: languages: cpp @@ -50,7 +50,7 @@ jobs: meson compile -C "_build" - name: perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 if: startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++23')