diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4020dd319..93486aef5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,12 +39,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # v2.1.21 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # v2.1.21 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # v2.1.21