Skip to content

Commit

Permalink
Merge #3896 into 3.7.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Oct 3, 2024
2 parents 3ea75f1 + 30c2dbf commit 4d872c1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
build-docs-zip:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: Set up Ruby for asciidoctor-pdf
uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1
with:
Expand Down Expand Up @@ -106,7 +106,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
Expand Down Expand Up @@ -149,7 +149,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
Expand Down Expand Up @@ -194,7 +194,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
Expand Down Expand Up @@ -240,7 +240,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'
Expand All @@ -255,7 +255,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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d872c1

Please sign in to comment.