From acfb65c03684af7bb0388187f622be30f6bcc33e Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:33:00 +0100 Subject: [PATCH] Combined dependency updates (2023-12-24) (#124) Includes these updates: - [Bump actions/deploy-pages from 3.0.1 to 4.0.1](https://github.com/giis-uniovi/tdrules/pull/121) - [Bump actions/download-artifact from 3.0.2 to 4.1.0](https://github.com/giis-uniovi/tdrules/pull/122) - [Bump actions/upload-artifact from 3 to 4](https://github.com/giis-uniovi/tdrules/pull/116) - [Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0](https://github.com/giis-uniovi/tdrules/pull/120) - [Bump javiertuya/sonarqube-action from 1.1.2 to 1.2.0](https://github.com/giis-uniovi/tdrules/pull/119) - [Bump org.openapitools:openapi-generator-maven-plugin from 7.1.0 to 7.2.0](https://github.com/giis-uniovi/tdrules/pull/123) - [Bump surefire.version from 3.2.2 to 3.2.3](https://github.com/giis-uniovi/tdrules/pull/118) --- .github/workflows/test.yml | 24 ++++++++++++------------ pom.xml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac38a07..e7d2265 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,7 +113,7 @@ jobs: - name: Publish test report files if: always() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: "test-report-files-${{ matrix.scope }}" path: | @@ -173,7 +173,7 @@ jobs: - name: Publish test report files if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "test-report-files-Net" path: | @@ -229,26 +229,26 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: # Downloads java test report files - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.0 if: always() with: name: "test-report-files-Core" - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.0 if: always() with: name: "test-report-files-Postgres" - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.0 if: always() with: name: "test-report-files-Sqlserver" - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.0 if: always() with: name: "test-report-files-Oracle" # Net reports were zipped under a different root, specifies the path. # Modifies the namespaces to allow differentiate from the java test results - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.1.0 if: always() with: name: "test-report-files-Net" @@ -273,7 +273,7 @@ jobs: echo "" >> target-ALL/site/index.html - if: always() name: Publish test report files - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: "test-report-ALL" path: | @@ -288,17 +288,17 @@ jobs: # Some files (e.g. junit reports) have 600 permissions. # As of upload-pages-artifact@v1.0.9, permissions must be set explicitly # to 0755 (as indicated in warnings produced by v1.0.8) - - name: Fix permissions to actions/upload-pages-artifact@v2.0.0 + - name: Fix permissions to actions/upload-pages-artifact@v3.0.0 run: sudo chmod -c -R 0755 target-ALL/site - name: Upload artifact if: always() - uses: actions/upload-pages-artifact@v2.0.0 + uses: actions/upload-pages-artifact@v3.0.0 with: path: 'target-ALL/site' - name: Deploy to GitHub Pages if: always() id: deployment - uses: actions/deploy-pages@v3.0.1 + uses: actions/deploy-pages@v4.0.1 sonarqube: needs: [test-java] @@ -308,7 +308,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 7f52dde..100fe77 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 UTF-8 - 3.2.2 + 3.2.3 2.2.1 @@ -29,7 +29,7 @@ 5.15.0 - 7.1.0 + 7.2.0