diff --git a/.github/workflows/pr-check-primary-codeql.yml b/.github/workflows/pr-check-primary-codeql.yml index 082e1b07f..f31344495 100644 --- a/.github/workflows/pr-check-primary-codeql.yml +++ b/.github/workflows/pr-check-primary-codeql.yml @@ -42,7 +42,7 @@ jobs: egress-policy: audit - name: Initialize CodeQL - uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.3.5 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.3.5 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -66,6 +66,6 @@ jobs: run: uv sync --all-extras --dev - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.3.5 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.3.5 with: category: "/language:${{matrix.language}}"