From 577160b2cadf22824c03d9c2c37535cec83e9c05 Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:30:02 +0100 Subject: [PATCH] Combined dependency updates (2023-12-03) (#59) Includes these updates: - [Bump actions/setup-java from 3 to 4](https://github.com/giis-uniovi/samples-giis-template/pull/56) - [Bump javiertuya/branch-snapshots-action from 1.2.0 to 1.2.1](https://github.com/giis-uniovi/samples-giis-template/pull/58) - [Bump javiertuya/sonarqube-action from 1.1.1 to 1.1.2](https://github.com/giis-uniovi/samples-giis-template/pull/57) - [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.21.1 to 2.22.0](https://github.com/giis-uniovi/samples-giis-template/pull/55) --- .github/workflows/test.yml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74209b0..a90f5b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.fork || startsWith(github.head_ref, 'dependabot/'))) steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '8' @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.1.1 + - uses: javiertuya/sonarqube-action@v1.1.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }} @@ -73,7 +73,7 @@ jobs: contents: read packages: write steps: - - uses: javiertuya/branch-snapshots-action@v1.2.0 + - uses: javiertuya/branch-snapshots-action@v1.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} java-version: '8' diff --git a/pom.xml b/pom.xml index 2536bb4..e3c116d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ org.apache.logging.log4j log4j-slf4j2-impl - 2.21.1 + 2.22.0 test