diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6f73319c..db13583de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI Build on: workflow_dispatch: push: - branches: [ main, 'issue/**' ] + branches: [ 6.1.x, 'issue/6.1.x/**' ] permissions: read-all @@ -17,12 +17,12 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Java and Maven - uses: spring-projects/spring-data-build/actions/setup-maven@main + uses: spring-projects/spring-data-build/actions/setup-maven@4.1.x with: java-version: ${{ matrix.java-version }} develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}' - name: Build - uses: spring-projects/spring-data-build/actions/maven-build@main + uses: spring-projects/spring-data-build/actions/maven-build@4.1.x env: TESTCONTAINERS_REUSE_ENABLE: true with: diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index dd1d4d2d1..584ffc30e 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -3,7 +3,7 @@ name: Snapshots on: workflow_dispatch: push: - branches: [ main, 'issue/**' ] + branches: [ 6.1.x, 'issue/6.1.x/**' ] permissions: read-all @@ -15,11 +15,11 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Java and Maven - uses: spring-projects/spring-data-build/actions/setup-maven@main + uses: spring-projects/spring-data-build/actions/setup-maven@4.1.x with: develocity-access-key: '${{ secrets.DEVELOCITY_ACCESS_KEY }}' - name: Deploy to Artifactory - uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@main + uses: spring-projects/spring-data-build/actions/maven-artifactory-deploy@4.1.x env: TESTCONTAINERS_REUSE_ENABLE: true with: