diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 47faea1d..1706efa0 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@5fa9b09edf501866f122250d904d3d0eabc3a0ff + uses: github/codeql-action/init@83a02f7883b12e0e4e1a146174f5e2292a01e601 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5fa9b09edf501866f122250d904d3d0eabc3a0ff + uses: github/codeql-action/analyze@83a02f7883b12e0e4e1a146174f5e2292a01e601 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 00145053..42a46f61 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@5fa9b09edf501866f122250d904d3d0eabc3a0ff + uses: github/codeql-action/init@83a02f7883b12e0e4e1a146174f5e2292a01e601 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5fa9b09edf501866f122250d904d3d0eabc3a0ff + uses: github/codeql-action/autobuild@83a02f7883b12e0e4e1a146174f5e2292a01e601 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5fa9b09edf501866f122250d904d3d0eabc3a0ff + uses: github/codeql-action/analyze@83a02f7883b12e0e4e1a146174f5e2292a01e601