diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 881103b15..c1ad611b7 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@56d197570aa047eae7fe04401603196e2f68521d + uses: github/codeql-action/init@572cc5268d94f11b89e12e7a166cf93275856072 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@56d197570aa047eae7fe04401603196e2f68521d + uses: github/codeql-action/analyze@572cc5268d94f11b89e12e7a166cf93275856072 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 5f71d859a..25874cfe0 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@56d197570aa047eae7fe04401603196e2f68521d + uses: github/codeql-action/init@572cc5268d94f11b89e12e7a166cf93275856072 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@56d197570aa047eae7fe04401603196e2f68521d + uses: github/codeql-action/autobuild@572cc5268d94f11b89e12e7a166cf93275856072 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@56d197570aa047eae7fe04401603196e2f68521d + uses: github/codeql-action/analyze@572cc5268d94f11b89e12e7a166cf93275856072