diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be068544b..cebeeec46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,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@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 + uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 with: languages: java # ------------------------- @@ -73,7 +73,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 + uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step