diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a8a0d93b4..3f0f5fc5e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -72,7 +72,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild if: matrix.build-mode == 'autobuild' - uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # If the analyze step fails for one of the languages you are analyzing with # "We were unable to automatically build your code", modify the matrix above @@ -92,6 +92,6 @@ jobs: # exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a with: category: "/language:${{matrix.language}}"