diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d77dc0..f03c3ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: #https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions #It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v6.0.0 + uses: crazy-max/ghaction-import-gpg@v6.1.0 with: gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a90f5b0..2e4aef4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - if: always() name: Publish test report files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "test-report-files" path: | @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.1.2 + - uses: javiertuya/sonarqube-action@v1.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }} diff --git a/pom.xml b/pom.xml index e3c116d..a7bd234 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 UTF-8 - 3.2.2 + 3.2.3 @@ -38,12 +38,12 @@ org.slf4j slf4j-api - 2.0.9 + 2.0.10 org.apache.logging.log4j log4j-slf4j2-impl - 2.22.0 + 2.22.1 test @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.2 + 3.6.3 true none