From 30c2dbf4999851ec5808a5349c6dfb420ca3e887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:01:07 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows (#3896) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/full.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/publish.yml | 12 ++++++------ .github/workflows/snapshots.yml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc066cd0af..14256832e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: preliminary sanity checks runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 with: fetch-depth: 0 #needed by spotless - name: Download JDK 9 @@ -72,7 +72,7 @@ jobs: name: ${{ matrix.test-type.type }} tests needs: preliminary steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: Download Java 9 if: contains('main 3.6.x', github.base_ref) run: ${GITHUB_WORKSPACE}/.github/setup.sh diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 3790d9b437..48dfb3ed42 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -22,7 +22,7 @@ jobs: name: Test on ${{ matrix.branch }} - ${{ matrix.test-type.type }} tests steps: - name: Checkout Repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 with: ref: ${{ matrix.branch }} - name: Download Java 9 diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 5f11a7b9a0..b658a2f239 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -6,5 +6,5 @@ jobs: name: "validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 59004d1aed..21584cd010 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: versionType: ${{ steps.version.outputs.versionType }} fullVersion: ${{ steps.version.outputs.fullVersion }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: Download JDK 9 if: contains('main 3.6.x', github.base_ref) run: ${GITHUB_WORKSPACE}/.github/setup.sh @@ -71,7 +71,7 @@ jobs: if: needs.prepare.outputs.versionType == 'SNAPSHOT' environment: snapshots steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: Download JDK 9 if: contains('main 3.6.x', github.base_ref) run: ${GITHUB_WORKSPACE}/.github/setup.sh @@ -109,7 +109,7 @@ jobs: if: needs.prepare.outputs.versionType == 'MILESTONE' environment: releases steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: Download JDK 9 if: contains('main 3.6.x', github.base_ref) run: ${GITHUB_WORKSPACE}/.github/setup.sh @@ -149,7 +149,7 @@ jobs: if: needs.prepare.outputs.versionType == 'RELEASE' environment: releases steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: Download JDK 9 if: contains('main 3.6.x', github.base_ref) run: ${GITHUB_WORKSPACE}/.github/setup.sh @@ -190,7 +190,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: tag run: | git config --local user.name 'reactorbot' @@ -205,7 +205,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 - name: tag run: | git config --local user.name 'reactorbot' diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index cf8f47b1f9..df92c67a61 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -20,7 +20,7 @@ jobs: name: Test on ${{ matrix.branch }} - ${{ matrix.test-type.type }} tests steps: - name: Checkout Repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4 with: ref: ${{ matrix.branch }} - name: Download Java 9