From e7ca4a5325299cbbf1488dddd5cb59b3f9307c3f Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Wed, 22 May 2024 10:23:23 +0200 Subject: [PATCH] Upgrade s4u/setup-maven-action v1.12.0 -> v1.13.0 (#1187) See: - https://github.com/s4u/setup-maven-action/releases/tag/v1.13.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 b65e52c4..888d6cfc 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@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0 + uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: java-version: ${{ matrix.jdk }} java-distribution: ${{ matrix.distribution }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 145d9454..e29160fd 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@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0 + uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: java-version: 17.0.10 java-distribution: temurin diff --git a/.github/workflows/pitest-analyze-pr.yml b/.github/workflows/pitest-analyze-pr.yml index 30975dbc..524696fa 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@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0 + uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: checkout-fetch-depth: 2 java-version: 17.0.10 diff --git a/.github/workflows/pitest-update-pr.yml b/.github/workflows/pitest-update-pr.yml index 7be88972..676248c5 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@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0 + uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: java-version: 17.0.10 java-distribution: temurin diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 66a7b607..fb98b3d0 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -33,7 +33,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@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0 + uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: checkout-ref: "refs/pull/${{ github.event.issue.number }}/head" java-version: 17.0.10 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index d99af3f0..3955cd74 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -33,7 +33,7 @@ jobs: scanner.sonarcloud.io:443 sonarcloud.io:443 - name: Check out code and set up JDK and Maven - uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0 + uses: s4u/setup-maven-action@489441643219d2b93ee2a127b2402eb640a1b947 # v1.13.0 with: checkout-fetch-depth: 0 java-version: 17.0.10