diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 12a99d1a7..0c4137ed0 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@b69421388d5449cc5a5e1ca344d71926bda69e07 + uses: github/codeql-action/init@624d0bca90f761ffa7ce50c41875a1a226969a02 with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b69421388d5449cc5a5e1ca344d71926bda69e07 + uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c210033e4..06fdeb037 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@b69421388d5449cc5a5e1ca344d71926bda69e07 + uses: github/codeql-action/init@624d0bca90f761ffa7ce50c41875a1a226969a02 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b69421388d5449cc5a5e1ca344d71926bda69e07 + uses: github/codeql-action/autobuild@624d0bca90f761ffa7ce50c41875a1a226969a02 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b69421388d5449cc5a5e1ca344d71926bda69e07 + uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02