diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f72084039..4539fc169 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@b4a863192d0be323b0e146ec115c1ecc2a3619e9 + uses: github/codeql-action/init@889597e41d183636b55d03e1a49c44753c626a2e with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b4a863192d0be323b0e146ec115c1ecc2a3619e9 + uses: github/codeql-action/analyze@889597e41d183636b55d03e1a49c44753c626a2e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index d88019e9d..2f82be003 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@b4a863192d0be323b0e146ec115c1ecc2a3619e9 + uses: github/codeql-action/init@889597e41d183636b55d03e1a49c44753c626a2e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b4a863192d0be323b0e146ec115c1ecc2a3619e9 + uses: github/codeql-action/autobuild@889597e41d183636b55d03e1a49c44753c626a2e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b4a863192d0be323b0e146ec115c1ecc2a3619e9 + uses: github/codeql-action/analyze@889597e41d183636b55d03e1a49c44753c626a2e