diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2ef9996d0..a3085f90c 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@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/init@6fe50b283a3d2e5533299f72d99216cd8815500f with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/analyze@6fe50b283a3d2e5533299f72d99216cd8815500f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 23bc98911..e8d7d5635 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@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/init@6fe50b283a3d2e5533299f72d99216cd8815500f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/autobuild@6fe50b283a3d2e5533299f72d99216cd8815500f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b6f0f4a336fec2e2b57b908df292ca6d2a0fa3 + uses: github/codeql-action/analyze@6fe50b283a3d2e5533299f72d99216cd8815500f