From 381bf9d75df2ed5740dfd1bbfad6dceb82ddc75e Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:10:44 +0100 Subject: [PATCH] Combined dependency updates (2024-01-03) (#67) Includes these updates: - [Bump actions/upload-artifact from 3 to 4](https://github.com/giis-uniovi/samples-giis-template/pull/66) - [Bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0](https://github.com/giis-uniovi/samples-giis-template/pull/64) - [Bump javiertuya/sonarqube-action from 1.1.2 to 1.2.0](https://github.com/giis-uniovi/samples-giis-template/pull/65) - [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.0 to 2.22.1](https://github.com/giis-uniovi/samples-giis-template/pull/63) - [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3](https://github.com/giis-uniovi/samples-giis-template/pull/61) - [Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10](https://github.com/giis-uniovi/samples-giis-template/pull/62) - [Bump surefire.version from 3.2.2 to 3.2.3](https://github.com/giis-uniovi/samples-giis-template/pull/60) --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- pom.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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