diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e670a653f..4fa4a6a90 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@5f4f998a94c376fff5b313abc48c529e181a51d7 + uses: github/codeql-action/init@54b1c84213ea9eb9171e2b582ff91d53078adecf with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5f4f998a94c376fff5b313abc48c529e181a51d7 + uses: github/codeql-action/analyze@54b1c84213ea9eb9171e2b582ff91d53078adecf diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 542c7dfbd..9b6e52ee9 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@5f4f998a94c376fff5b313abc48c529e181a51d7 + uses: github/codeql-action/init@54b1c84213ea9eb9171e2b582ff91d53078adecf with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5f4f998a94c376fff5b313abc48c529e181a51d7 + uses: github/codeql-action/autobuild@54b1c84213ea9eb9171e2b582ff91d53078adecf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5f4f998a94c376fff5b313abc48c529e181a51d7 + uses: github/codeql-action/analyze@54b1c84213ea9eb9171e2b582ff91d53078adecf