diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a4e087292d..5b6682cf92 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,13 +49,13 @@ jobs: # Initializes the CodeQL tools for scanning. - if: matrix.language == 'c-cpp' name: Initialize CodeQL C - uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 + uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6 with: languages: 'c-cpp' - if: matrix.language == 'python' name: Initialize CodeQL Python - uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 + uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6 with: languages: 'python' config-file: ./.github/codeql/codeql-config.yml @@ -66,6 +66,6 @@ jobs: ninja -C .build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 + uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6 with: category: "/language:${{matrix.language}}"