diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b04df45..3584f44c5 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@3ab4101902695724f9365a384f86c1074d94e18c + uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb 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@3ab4101902695724f9365a384f86c1074d94e18c + uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb with: upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }} - name: Test Website