Skip to content

Commit 36142ee

Browse files
authored
Merge pull request #64 from killbill/chores
Chores
2 parents 9316c99 + a9ac7d2 commit 36142ee

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("::add-mask::\(.value|tostring)")|.[]'
130130
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
131131
- name: Checkout
132-
uses: actions/checkout@v3.1.0
132+
uses: actions/checkout@v4
133133
with:
134134
persist-credentials: false
135135
- name: Set up JDK
@@ -139,7 +139,7 @@ jobs:
139139
distribution: ${{ inputs.ff-jdk-distribution }}
140140
cache: 'maven'
141141
- name: Configure Sonatype mirror
142-
uses: s4u/maven-settings-action@v2.8.0
142+
uses: s4u/maven-settings-action@v3.1.0
143143
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
144144
with:
145145
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -151,7 +151,7 @@ jobs:
151151
- name: Run tests
152152
run: ./mvnw --errors --batch-mode --show-version -P${{ inputs.ff-profile }} ${{ inputs.maven_args }} ${{ inputs.ff-goal }}
153153
- name: Upload artifact on failure
154-
uses: actions/upload-artifact@v3.1.1
154+
uses: actions/upload-artifact@v4
155155
if: failure() && inputs.failure-upload-path != ''
156156
with:
157157
name: failure-${{ inputs.ff-os }}-${{ inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}
@@ -187,7 +187,7 @@ jobs:
187187
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
188188
- name: Checkout
189189
if: steps.should-run.conclusion == 'success'
190-
uses: actions/checkout@v3.1.0
190+
uses: actions/checkout@v4
191191
with:
192192
persist-credentials: false
193193
- name: Set up JDK
@@ -199,7 +199,7 @@ jobs:
199199
cache: 'maven'
200200
- name: Configure Sonatype mirror
201201
if: steps.should-run.conclusion == 'success'
202-
uses: s4u/maven-settings-action@v2.8.0
202+
uses: s4u/maven-settings-action@v3.1.0
203203
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
204204
with:
205205
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -213,7 +213,7 @@ jobs:
213213
if: steps.should-run.conclusion == 'success'
214214
run: ./mvnw --errors --batch-mode --show-version -P${{ matrix.profile }} ${{ inputs.maven_args }} ${{ inputs.test-goal }}
215215
- name: Upload artifact on failure
216-
uses: actions/upload-artifact@v3.1.1
216+
uses: actions/upload-artifact@v4
217217
if: steps.should-run.conclusion == 'success' && failure() && inputs.failure-upload-path != ''
218218
with:
219219
name: failure-${{ matrix.os }}-${{ matrix.jdk }}-${{ matrix.distribution }}
@@ -230,7 +230,7 @@ jobs:
230230
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("::add-mask::\(.value|tostring)")|.[]'
231231
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
232232
- name: Checkout
233-
uses: actions/checkout@v3.1.0
233+
uses: actions/checkout@v4
234234
with:
235235
persist-credentials: false
236236
- name: Set up JDK
@@ -240,7 +240,7 @@ jobs:
240240
distribution: ${{ inputs.ff-jdk-distribution }}
241241
cache: 'maven'
242242
- name: Configure Sonatype mirror
243-
uses: s4u/maven-settings-action@v2.8.0
243+
uses: s4u/maven-settings-action@v3.1.0
244244
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
245245
with:
246246
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -252,7 +252,7 @@ jobs:
252252
- name: Verify
253253
run: ./mvnw --errors --batch-mode --show-version -P${{ inputs.ff-profile }} ${{ inputs.verify_maven_args }} ${{ inputs.verify-goal }}
254254
- name: Upload artifact on failure
255-
uses: actions/upload-artifact@v3.1.1
255+
uses: actions/upload-artifact@v4
256256
if: failure() && inputs.failure-upload-path != ''
257257
with:
258258
name: failure-verify-${{ inputs.ff-os }}-${{ inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}

.github/workflows/cloudsmith_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("::add-mask::\(.value|tostring)")|.[]'
9090
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
9191
- name: Checkout
92-
uses: actions/checkout@v3.1.0
92+
uses: actions/checkout@v4
9393
with:
9494
persist-credentials: false
9595
- name: Set up JDK
@@ -99,7 +99,7 @@ jobs:
9999
distribution: ${{ inputs.jdk-distribution }}
100100
cache: 'maven'
101101
- name: Configure Sonatype mirror
102-
uses: s4u/maven-settings-action@v2.8.0
102+
uses: s4u/maven-settings-action@v3.1.0
103103
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
104104
with:
105105
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -152,7 +152,7 @@ jobs:
152152
cd -
153153
done
154154
- name: Upload artifact on failure
155-
uses: actions/upload-artifact@v3.1.1
155+
uses: actions/upload-artifact@v4
156156
if: failure() && inputs.failure-upload-path != ''
157157
with:
158158
name: failure-${{ inputs.os }}-${{ inputs.jdk }}-${{ inputs.jdk-distribution }}

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
security-events: write
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v3.1.0
57+
uses: actions/checkout@v4
5858
with:
5959
persist-credentials: false
6060
- name: Set up JDK
@@ -64,7 +64,7 @@ jobs:
6464
distribution: ${{ inputs.jdk-distribution }}
6565
cache: 'maven'
6666
- name: Configure Sonatype mirror
67-
uses: s4u/maven-settings-action@v2.8.0
67+
uses: s4u/maven-settings-action@v3.1.0
6868
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
6969
with:
7070
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -74,11 +74,11 @@ jobs:
7474
- name: Set up Maven
7575
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=${{ inputs.maven_version }}"
7676
- name: Initialize CodeQL
77-
uses: github/codeql-action/init@v2
77+
uses: github/codeql-action/init@v3
7878
with:
7979
languages: java
8080
- name: Build code
8181
run: |
8282
./mvnw --errors --batch-mode --show-version ${{ inputs.maven_args }} ${{ inputs.goal }}
8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@v2
84+
uses: github/codeql-action/analyze@v3

.github/workflows/integration_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("::add-mask::\(.value|tostring)")|.[]'
115115
echo '${{ secrets.extra-env }}' | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
116116
- name: Checkout
117-
uses: actions/checkout@v3.1.0
117+
uses: actions/checkout@v4
118118
with:
119119
persist-credentials: false
120120
- name: Set up JDK
@@ -124,7 +124,7 @@ jobs:
124124
distribution: ${{ matrix.java-distribution }}
125125
cache: 'maven'
126126
- name: Configure Sonatype mirror
127-
uses: s4u/maven-settings-action@v2.8.0
127+
uses: s4u/maven-settings-action@v3.1.0
128128
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
129129
with:
130130
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -236,7 +236,7 @@ jobs:
236236
./mvnw --errors --batch-mode --show-version -P${{ matrix.integration-test-profile }} ${{ inputs.maven_args_tests }} ${{ inputs.test-goal-java }}
237237
- name: Checkout killbill-integration-tests
238238
if: inputs.integration_tests_goal != ''
239-
uses: actions/checkout@v3.1.0
239+
uses: actions/checkout@v4
240240
with:
241241
repository: killbill/killbill-integration-tests
242242
ref: ${{ inputs.integration_tests_ref }}
@@ -287,7 +287,7 @@ jobs:
287287
docker stop it-db-1 || true
288288
echo "::endgroup::"
289289
- name: Upload logs on failure
290-
uses: actions/upload-artifact@v3.1.1
290+
uses: actions/upload-artifact@v4
291291
if: failure()
292292
with:
293293
name: failure-tomcat_logs-${{ matrix.database-adapter }}

.github/workflows/snapshot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: ${{ inputs.timeout-minutes }}
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v3.1.0
61+
uses: actions/checkout@v4
6262
with:
6363
persist-credentials: false
6464
- name: Set up JDK
@@ -68,7 +68,7 @@ jobs:
6868
distribution: ${{ inputs.jdk-distribution }}
6969
cache: 'maven'
7070
- name: Configure Sonatype mirror
71-
uses: s4u/maven-settings-action@v2.8.0
71+
uses: s4u/maven-settings-action@v3.1.0
7272
# Go to Sonatype directly to avoid delay syncs (could get rid of this if actions/setup-java were to support mirrors).
7373
with:
7474
mirrors: '[{"id": "oss-releases", "name": "Sonatype releases", "mirrorOf": "central", "url": "https://oss.sonatype.org/content/repositories/releases"}]'
@@ -99,7 +99,7 @@ jobs:
9999
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
100100
run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven_args }} ${{ inputs.goal }}
101101
- name: Upload artifact on failure
102-
uses: actions/upload-artifact@v3.1.1
102+
uses: actions/upload-artifact@v4
103103
if: failure() && inputs.failure-upload-path != ''
104104
with:
105105
name: failure-${{ inputs.os }}-${{ inputs.jdk }}-${{ inputs.jdk-distribution }}

.github/workflows/sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: ${{ inputs.timeout-minutes }}
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v3.1.0
41+
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
4444
persist-credentials: true
@@ -57,7 +57,7 @@ jobs:
5757
title: Sync master into ${{ inputs.branch }}
5858
body: Merge latest master into ${{ inputs.branch }}
5959
- name: Upload artifact on failure
60-
uses: actions/upload-artifact@v3.1.1
60+
uses: actions/upload-artifact@v4
6161
if: failure() && inputs.failure-upload-path != ''
6262
with:
6363
name: failure-${{ inputs.os }}-${{ inputs.jdk }}-${{ inputs.jdk-distribution }}

0 commit comments

Comments
 (0)