diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 36989fde..ae3651a3 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@5eb3ed6614230b1931d5c08df9e096e4ba524f21 + uses: github/codeql-action/init@15bce5bb14748fcfd6fe32738ca1cba36e5f218f with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5eb3ed6614230b1931d5c08df9e096e4ba524f21 + uses: github/codeql-action/analyze@15bce5bb14748fcfd6fe32738ca1cba36e5f218f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 9dee17ee..f9a9cf61 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@5eb3ed6614230b1931d5c08df9e096e4ba524f21 + uses: github/codeql-action/init@15bce5bb14748fcfd6fe32738ca1cba36e5f218f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5eb3ed6614230b1931d5c08df9e096e4ba524f21 + uses: github/codeql-action/autobuild@15bce5bb14748fcfd6fe32738ca1cba36e5f218f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5eb3ed6614230b1931d5c08df9e096e4ba524f21 + uses: github/codeql-action/analyze@15bce5bb14748fcfd6fe32738ca1cba36e5f218f