diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d539a1273..662a8197a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 + uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 with: languages: java # ------------------------- @@ -78,7 +78,7 @@ jobs: mvn -B -e -Prelease -Preporting install - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 + uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step