diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 19a59d0..3314024 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -68,7 +68,7 @@ jobs: # Pin to the commit SHA per the same discipline as the other # workflows; comment shows the human-readable version. - name: Initialize CodeQL - uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3 (commit) + uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3 (commit) with: languages: ${{ matrix.language }} # `security-and-quality` is the broadest pack — covers @@ -79,9 +79,9 @@ jobs: queries: security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3 (commit) + uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3 (commit) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3 (commit) + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3 (commit) with: category: "/language:${{ matrix.language }}"