File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI Build
33on :
44 workflow_dispatch :
55 push :
6- branches : [ main , 'issue/**' ]
6+ branches : [ 6.1.x , 'issue/6.1.x /**' ]
77
88permissions : read-all
99
@@ -17,11 +17,11 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v6
1919 - name : Setup Java and Maven
20- uses : spring-projects/spring-data-build/actions/setup-maven@main
20+ uses : spring-projects/spring-data-build/actions/setup-maven@4.1.x
2121 with :
2222 java-version : ${{ matrix.java-version }}
2323 develocity-access-key : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
2424 - name : Build
25- uses : spring-projects/spring-data-build/actions/maven-build@main
25+ uses : spring-projects/spring-data-build/actions/maven-build@4.1.x
2626 with :
2727 settings-xml : ' ${{ vars.SETTINGS_XML }}'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Snapshots
33on :
44 workflow_dispatch :
55 push :
6- branches : [ main , 'issue/**' ]
6+ branches : [ 6.1.x , 'issue/6.1.x /**' ]
77
88permissions : read-all
99
@@ -15,11 +15,11 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v6
1717 - name : Setup Java and Maven
18- uses : spring-projects/spring-data-build/actions/setup-maven@main
18+ uses : spring-projects/spring-data-build/actions/setup-maven@4.1.x
1919 with :
2020 develocity-access-key : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
2121 - name : Deploy to Artifactory
22- uses : spring-projects/spring-data-build/actions/maven-artifactory-deploy@main
22+ uses : spring-projects/spring-data-build/actions/maven-artifactory-deploy@4.1.x
2323 with :
2424 build-name : ' spring-data-couchbase'
2525 username : ' ${{ secrets.ARTIFACTORY_USERNAME }}'
You can’t perform that action at this time.
0 commit comments