diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index defb0f1..89a49a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 + uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f with: languages: java # ------------------------- @@ -78,7 +78,7 @@ jobs: mvn -B -e -Prelease -Preporting install - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 + uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f with: upload: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'develop' && 'always' || 'never' }} - name: Test Website diff --git a/pom.xml b/pom.xml index 4da75c6..9d9a73b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.3.1 2.3.5 0.7.1 - 4.3.2.RELEASE + 5.2.20.RELEASE 1.2 4.0.0-b01 @@ -168,7 +168,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.5 javax.xml.bind