diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 90b7752f2..a6b3031a0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@9b0ac1cc3b2985145e276933b2b96f423f56e68b + uses: github/codeql-action/init@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9b0ac1cc3b2985145e276933b2b96f423f56e68b + uses: github/codeql-action/analyze@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 95c14288e..1f4b0465b 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@9b0ac1cc3b2985145e276933b2b96f423f56e68b + uses: github/codeql-action/init@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@9b0ac1cc3b2985145e276933b2b96f423f56e68b + uses: github/codeql-action/autobuild@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9b0ac1cc3b2985145e276933b2b96f423f56e68b + uses: github/codeql-action/analyze@0c5185d061ea8cb82b9c5cd84d2c51a7fc2d9d6b