diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a5ed1d8..a3f693bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 + uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 with: languages: java # ------------------------- @@ -74,7 +74,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 + uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step