diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index d42789a1..044d6973 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2 + uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -75,4 +75,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2 \ No newline at end of file + uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2 \ No newline at end of file