diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15dd161e..f80a801b 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 + uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 + uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step