diff --git a/.github/workflows/run-code-ql.yaml b/.github/workflows/run-code-ql.yaml index 271fd64f33..9466bd0b4b 100644 --- a/.github/workflows/run-code-ql.yaml +++ b/.github/workflows/run-code-ql.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Initialize CodeQL - uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 with: languages: ${{ matrix.language }} @@ -55,6 +55,6 @@ jobs: run: pnpm install --frozen-lockfile - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b + uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 with: category: /language:${{ matrix.language }}