From bc0615299cc5caa69e9e053c50c23bcf3653c477 Mon Sep 17 00:00:00 2001 From: Picnic-DevPla-Bot Date: Sun, 8 Dec 2024 02:02:46 +0000 Subject: [PATCH] Upgrade s4u/setup-maven-action v1.16.0 -> v1.17.0 See: - https://github.com/s4u/setup-maven-action/releases/tag/v1.17.0 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/pitest-analyze-pr.yml | 2 +- .github/workflows/pitest-update-pr.yml | 2 +- .github/workflows/run-integration-tests.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 485dbbd3c3..5cdd338340 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: # additionally enabling all checks defined in this project and any Error # Prone checks available only from other artifact repositories. - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 + uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba # v1.17.0 with: java-version: ${{ matrix.jdk }} java-distribution: ${{ matrix.distribution }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b755805ddb..3c240efc81 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: repo.maven.apache.org:443 uploads.github.com:443 - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 + uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba # v1.17.0 with: java-version: 17.0.13 java-distribution: temurin diff --git a/.github/workflows/pitest-analyze-pr.yml b/.github/workflows/pitest-analyze-pr.yml index eb67ffcd24..3506961db9 100644 --- a/.github/workflows/pitest-analyze-pr.yml +++ b/.github/workflows/pitest-analyze-pr.yml @@ -22,7 +22,7 @@ jobs: objects.githubusercontent.com:443 repo.maven.apache.org:443 - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 + uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba # v1.17.0 with: checkout-fetch-depth: 2 java-version: 17.0.13 diff --git a/.github/workflows/pitest-update-pr.yml b/.github/workflows/pitest-update-pr.yml index a45e6773f2..1a09261f44 100644 --- a/.github/workflows/pitest-update-pr.yml +++ b/.github/workflows/pitest-update-pr.yml @@ -31,7 +31,7 @@ jobs: objects.githubusercontent.com:443 repo.maven.apache.org:443 - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 + uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba # v1.17.0 with: java-version: 17.0.13 java-distribution: temurin diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 6e6113567a..7161a9232f 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -37,7 +37,7 @@ jobs: repo.maven.apache.org:443 repository.sonatype.org:443 - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 + uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba # v1.17.0 with: checkout-ref: "refs/pull/${{ github.event.issue.number }}/head" java-version: 17.0.13 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5e0e775d04..6f7677ce62 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -35,7 +35,7 @@ jobs: *.sonarcloud.io:443 sonarcloud.io:443 - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0 + uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba # v1.17.0 with: checkout-fetch-depth: 0 java-version: 17.0.13