diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 67da3cb06..3149c89dd 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -29,7 +29,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@aa90e97ad2ed17cde6a43e89f70138299e64f837 + uses: github/codeql-action/init@573acd9552f33577783abde4acb66a1058e762e5 with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@aa90e97ad2ed17cde6a43e89f70138299e64f837 + uses: github/codeql-action/analyze@573acd9552f33577783abde4acb66a1058e762e5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7c16abc16..2ab9903d2 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@aa90e97ad2ed17cde6a43e89f70138299e64f837 + uses: github/codeql-action/init@573acd9552f33577783abde4acb66a1058e762e5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@aa90e97ad2ed17cde6a43e89f70138299e64f837 + uses: github/codeql-action/autobuild@573acd9552f33577783abde4acb66a1058e762e5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@aa90e97ad2ed17cde6a43e89f70138299e64f837 + uses: github/codeql-action/analyze@573acd9552f33577783abde4acb66a1058e762e5