diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e8365b030..450ccce21 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@5cb13d6ab8fe2074c40917e54a74e3d63b9927b4 + uses: github/codeql-action/init@1dbebad653b49a8cce7da97e33aa7a9e33a82651 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5cb13d6ab8fe2074c40917e54a74e3d63b9927b4 + uses: github/codeql-action/analyze@1dbebad653b49a8cce7da97e33aa7a9e33a82651 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 0e737d44c..dda77a299 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@5cb13d6ab8fe2074c40917e54a74e3d63b9927b4 + uses: github/codeql-action/init@1dbebad653b49a8cce7da97e33aa7a9e33a82651 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5cb13d6ab8fe2074c40917e54a74e3d63b9927b4 + uses: github/codeql-action/autobuild@1dbebad653b49a8cce7da97e33aa7a9e33a82651 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5cb13d6ab8fe2074c40917e54a74e3d63b9927b4 + uses: github/codeql-action/analyze@1dbebad653b49a8cce7da97e33aa7a9e33a82651