diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 246ff55a..53b055eb 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@4d75a10efaeb4b135a886e21e438f08fd32a87ab + uses: github/codeql-action/init@f65ecd09c7594dc5bfccb15a694c4d15971c9b73 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4d75a10efaeb4b135a886e21e438f08fd32a87ab + uses: github/codeql-action/analyze@f65ecd09c7594dc5bfccb15a694c4d15971c9b73 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c7071488..bd7e058f 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@4d75a10efaeb4b135a886e21e438f08fd32a87ab + uses: github/codeql-action/init@f65ecd09c7594dc5bfccb15a694c4d15971c9b73 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@4d75a10efaeb4b135a886e21e438f08fd32a87ab + uses: github/codeql-action/autobuild@f65ecd09c7594dc5bfccb15a694c4d15971c9b73 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4d75a10efaeb4b135a886e21e438f08fd32a87ab + uses: github/codeql-action/analyze@f65ecd09c7594dc5bfccb15a694c4d15971c9b73