diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ac9862193..aeddda3f6 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@fa7cce4d4be476d3edb355e94da56ebe046b0370 + uses: github/codeql-action/init@66aeadb4c995463a91b7d055358e3325c44e3921 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fa7cce4d4be476d3edb355e94da56ebe046b0370 + uses: github/codeql-action/analyze@66aeadb4c995463a91b7d055358e3325c44e3921 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 59377740a..58dd03704 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@fa7cce4d4be476d3edb355e94da56ebe046b0370 + uses: github/codeql-action/init@66aeadb4c995463a91b7d055358e3325c44e3921 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@fa7cce4d4be476d3edb355e94da56ebe046b0370 + uses: github/codeql-action/autobuild@66aeadb4c995463a91b7d055358e3325c44e3921 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fa7cce4d4be476d3edb355e94da56ebe046b0370 + uses: github/codeql-action/analyze@66aeadb4c995463a91b7d055358e3325c44e3921