diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5962ee17e..c3ae785c9 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@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e + uses: github/codeql-action/init@b2ff80ddacba59b60f4e0cf3b699baaea3230cd9 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e + uses: github/codeql-action/analyze@b2ff80ddacba59b60f4e0cf3b699baaea3230cd9 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 06897a1db..b82f25a5c 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@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e + uses: github/codeql-action/init@b2ff80ddacba59b60f4e0cf3b699baaea3230cd9 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e + uses: github/codeql-action/autobuild@b2ff80ddacba59b60f4e0cf3b699baaea3230cd9 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@eb5bd2d0b9b06a3b8ec8f2963745331e2b01831e + uses: github/codeql-action/analyze@b2ff80ddacba59b60f4e0cf3b699baaea3230cd9