diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fd2d8d02..29c017b13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 + uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b with: languages: java # ------------------------- @@ -81,7 +81,7 @@ jobs: mvn -B -e -Prelease -Preporting install - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 + uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b with: upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }} - name: Test Website