diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ef727bbcb..624e2047f 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@7d9b7a187060ed04a98f18d26f24c03618f4e4eb + uses: github/codeql-action/init@def4d2cd4e90baac0e70f826be49b93faf6505c5 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7d9b7a187060ed04a98f18d26f24c03618f4e4eb + uses: github/codeql-action/analyze@def4d2cd4e90baac0e70f826be49b93faf6505c5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1a9836893..f7ca4b2cf 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@7d9b7a187060ed04a98f18d26f24c03618f4e4eb + uses: github/codeql-action/init@def4d2cd4e90baac0e70f826be49b93faf6505c5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7d9b7a187060ed04a98f18d26f24c03618f4e4eb + uses: github/codeql-action/autobuild@def4d2cd4e90baac0e70f826be49b93faf6505c5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7d9b7a187060ed04a98f18d26f24c03618f4e4eb + uses: github/codeql-action/analyze@def4d2cd4e90baac0e70f826be49b93faf6505c5