Skip to content

Commit

Permalink
Merge #3586 into 3.6.0-RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
Oleh Dokuka committed Oct 2, 2023
2 parents 3f9d14c + 9e8c4a9 commit f15b505
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
with:
fetch-depth: 0 #needed by spotless
- name: Download JDK 9
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
needs: preliminary
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# runs-on: ubuntu-latest
# needs: preliminary
# steps:
# - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
# - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
# - name: Download JDK 9
# if: ${{ github.base_ref == 'main' }}
# run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest
needs: preliminary
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
needs: preliminary
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.base_ref == 'main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # tag=v1
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
branch: [ 3.5.x, main ]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
with:
ref: ${{ matrix.branch }}
- name: Download JDK 9
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
name: Java 21 core fast tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
with:
ref: main
- name: Download JDK 9
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
branch: [ 3.5.x, main ]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
with:
ref: ${{ matrix.branch }}
- name: Download JDK 9
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
matrix:
branch: [ 3.5.x, main ]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
with:
ref: ${{ matrix.branch }}
- name: Download JDK 9
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
versionType: ${{ steps.version.outputs.versionType }}
fullVersion: ${{ steps.version.outputs.fullVersion }}
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.ref == 'refs/heads/main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
name: slowerChecks
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.ref == 'refs/heads/main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
if: needs.prepare.outputs.versionType == 'SNAPSHOT'
environment: snapshots
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.ref == 'refs/heads/main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
if: needs.prepare.outputs.versionType == 'MILESTONE'
environment: releases
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.ref == 'refs/heads/main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
if: needs.prepare.outputs.versionType == 'RELEASE'
environment: releases
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: Download JDK 9
if: ${{ github.ref == 'refs/heads/main' }}
run: ${GITHUB_WORKSPACE}/.github/setup.sh
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: tag
run: |
git config --local user.name 'reactorbot'
Expand All @@ -229,7 +229,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4
- name: tag
run: |
git config --local user.name 'reactorbot'
Expand Down

0 comments on commit f15b505

Please sign in to comment.