diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1846013..8ad0d00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d + uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 with: languages: java # ------------------------- @@ -70,7 +70,7 @@ jobs: mvn -B -e -Prelease package - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d + uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 with: upload: ${{ github.ref_name == 'develop' && 'always' || 'never' }} build-website: