File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 ci :
10- uses : killbill/gh-actions-shared/.github/workflows/ci.yml@java21
10+ uses : killbill/gh-actions-shared/.github/workflows/ci.yml@main
1111 with :
12- failure-upload-path : ' target/*'
12+ failure-upload-path : ' target/*'
Original file line number Diff line number Diff line change 77
88jobs :
99 analyze :
10- uses : killbill/gh-actions-shared/.github/workflows/codeql-analysis.yml@java21
10+ uses : killbill/gh-actions-shared/.github/workflows/codeql-analysis.yml@main
Original file line number Diff line number Diff line change 4040 - name : Configure Java
4141 uses : actions/setup-java@v1
4242 with :
43- java-version : 21
43+ java-version : 11
4444 - name : Configure Sonatype mirror
4545 uses : s4u/maven-settings-action@v2.3.0
4646 # Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
6666 - name : Configure settings.xml for release
6767 uses : actions/setup-java@v1
6868 with :
69- java-version : 21
69+ java-version : 11
7070 server-id : ossrh-releases
7171 server-username : OSSRH_USER
7272 server-password : OSSRH_PASS
Original file line number Diff line number Diff line change 66
77jobs :
88 snapshot :
9- uses : killbill/gh-actions-shared/.github/workflows/snapshot.yml@java21
9+ uses : killbill/gh-actions-shared/.github/workflows/snapshot.yml@main
1010 secrets :
1111 OSSRH_USER : ${{ secrets.OSSRH_USER }}
1212 OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
You can’t perform that action at this time.
0 commit comments