diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b93d73670..0b65e7f81 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@acdac9e37d9d390cc88350d33ef1206ce28c3f71 + uses: github/codeql-action/init@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@acdac9e37d9d390cc88350d33ef1206ce28c3f71 + uses: github/codeql-action/analyze@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 771ab168e..3cc2949b1 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@acdac9e37d9d390cc88350d33ef1206ce28c3f71 + uses: github/codeql-action/init@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@acdac9e37d9d390cc88350d33ef1206ce28c3f71 + uses: github/codeql-action/autobuild@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@acdac9e37d9d390cc88350d33ef1206ce28c3f71 + uses: github/codeql-action/analyze@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e