File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : actions/setup-java@v3
11+ - uses : actions/setup-java@v4
1212 with :
1313 java-version : ' 11'
1414 distribution : ' temurin'
1515 cache : ' gradle'
16- - uses : gradle/wrapper-validation-action@v1
16+ - uses : gradle/wrapper-validation-action@v3
1717 - name : Publish maproulette-java-client
1818 env :
1919 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change 1010 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-java@v3
13+ - uses : actions/setup-java@v4
1414 with :
1515 java-version : ' 11'
1616 distribution : ' temurin'
Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 # Jdk 17 requires gradle 7.3+ https://docs.gradle.org/current/userguide/compatibility.html
21- java : [11]
21+ java : [11, 17 ]
2222
2323 steps :
2424 - uses : actions/checkout@v4
3131 path : ' maproulette-backend'
3232 fetch-depth : 0
3333 - name : Set up JDK ${{ matrix.java }}
34- uses : actions/setup-java@v3
34+ uses : actions/setup-java@v4
3535 with :
3636 distribution : ' temurin'
3737 java-version : ${{ matrix.java }}
5252 pushd maproulette-backend
5353 touch ./conf/dev.conf
5454 echo 'include "application.conf"' >> ./conf/dev.conf
55+ echo 'play.http.secret.key = "GHACTION_9GcV9VDuy5JjYXBFldfD1Q+4/O8z2AAo3e9ID/tE9iM="' >> ./conf/dev.conf
5556 echo 'db.default {' >> ./conf/dev.conf
5657 echo ' url="jdbc:postgresql://localhost:5432/mr_test"' >> ./conf/dev.conf
5758 echo ' username="osm"' >> ./conf/dev.conf
8889 runs-on : ubuntu-latest
8990 steps :
9091 - uses : actions/checkout@v4
91- - uses : gradle/wrapper-validation-action@v1
92+ - uses : gradle/wrapper-validation-action@v3
Original file line number Diff line number Diff line change 2323 depJacksonVersion = " 2.15.3"
2424 depJacocoVersion = " 0.8.3"
2525 depJunitVersion = " 5.10.2"
26- depLombokVersion = " 1.18.16 "
26+ depLombokVersion = " 1.18.32 "
2727 depMockitoVersion = " 5.11.0"
2828 depSlf4jVersion = " 2.0.13"
2929}
You can’t perform that action at this time.
0 commit comments