diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 215aeb6f3..1c8d8a7bc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/init@52f930e50a5971cb8a0163b8ae04f2344c26154c with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/analyze@52f930e50a5971cb8a0163b8ae04f2344c26154c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ac57282ee..10c0bad33 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@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/init@52f930e50a5971cb8a0163b8ae04f2344c26154c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/autobuild@52f930e50a5971cb8a0163b8ae04f2344c26154c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ec2ee575c053869d197f516146096427e08da443 + uses: github/codeql-action/analyze@52f930e50a5971cb8a0163b8ae04f2344c26154c