diff --git a/.github/workflows/codeql-backfill.yml b/.github/workflows/codeql-backfill.yml index 8fa203c7..5fec320c 100644 --- a/.github/workflows/codeql-backfill.yml +++ b/.github/workflows/codeql-backfill.yml @@ -89,7 +89,7 @@ jobs: uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: category: "/language:${{ matrix.language }}/backfill" ref: "refs/heads/${{ inputs.branch }}" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 136cb2f1..dabbc784 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,4 +37,4 @@ jobs: uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3