File tree Expand file tree Collapse file tree 8 files changed +94
-94
lines changed Expand file tree Collapse file tree 8 files changed +94
-94
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 with :
2323 egress-policy : audit
2424
25- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
25+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2626
2727 - name : Set up JDK 11
28- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
28+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2929 with :
3030 java-version : ' 11'
3131 distribution : ' adopt'
Original file line number Diff line number Diff line change 2525 with :
2626 egress-policy : audit
2727
28- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
28+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2929 - name : Set up JDK 11
30- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
30+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
3131 with :
3232 java-version : ' 11'
3333 distribution : ' temurin'
Original file line number Diff line number Diff line change 1414 with :
1515 egress-policy : audit
1616
17- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818 - name : Ensure PR Title is Semantic
1919 run : |
2020 npm ci
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 with :
2020 egress-policy : audit
2121
22- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Set up Node.js
27- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
27+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
2828 with :
2929 node-version : ' 18'
3030
4040 RELEASER_CLIENT_SECRET : ${{ secrets.RELEASER_CLIENT_SECRET }}
4141 RELEASER_INSTALLATION_ID : ${{ secrets.RELEASER_INSTALLATION_ID }}
4242
43- - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
43+ - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
4444 name : Set up Java
4545 with :
4646 java-version : ' 11'
Original file line number Diff line number Diff line change 3636 egress-policy : audit
3737
3838 - name : " Checkout code"
39- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
4040 with :
4141 persist-credentials : false
4242
Original file line number Diff line number Diff line change 88 "license" : " Apache-2.0" ,
99 "devDependencies" : {
1010 "@actions/core" : " ^1.10.0" ,
11- "@commitlint/config-conventional" : " 19.8.1 " ,
12- "@octokit/auth-app" : " ^7 .0.0"
11+ "@commitlint/config-conventional" : " 20.0.0 " ,
12+ "@octokit/auth-app" : " ^8 .0.0"
1313 },
1414 "scripts" : {
1515 "get-token" : " node utils/get-token.mjs"
Original file line number Diff line number Diff line change 170170 <dependency >
171171 <groupId >io.github.resilience4j</groupId >
172172 <artifactId >resilience4j-retry</artifactId >
173- <version >1.7.1 </version >
173+ <version >2.3.0 </version >
174174 </dependency >
175175
176176 <dependency >
194194 <maven .compiler.target>11</maven .compiler.target>
195195 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
196196 <github .packages.url>https://maven.pkg.github.com/coveo/push-api-client.java</github .packages.url>
197- <spotless .version>2.46.1 </spotless .version>
197+ <spotless .version>3.0.0 </spotless .version>
198198 </properties >
199199</project >
You can’t perform that action at this time.
0 commit comments