diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fa99ca5552..a2b6e0a504 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,7 +23,7 @@ jobs: # Initializes CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3 with: languages: ${{ matrix.language }} # "security-extended" is recommended for higher severity coverage - not necessary can be removed to speed up