File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
steps :
15
15
- name : add-new-issues-to-organization-based-project-column
16
16
if : github.event_name == 'issues' && github.event.action == 'opened'
17
- uses : alex-page/github-project-automation-plus@v0.8.3
17
+ uses : alex-page/github-project-automation-plus@v0.9.0
18
18
with :
19
19
project : CoMPAS Issues Overview Board
20
20
column : To do
21
21
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22
22
- name : add-new-pull-request-to-organization-based-project-column
23
23
if : (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24
- uses : alex-page/github-project-automation-plus@v0.8.3
24
+ uses : alex-page/github-project-automation-plus@v0.9.0
25
25
with :
26
26
project : CoMPAS Pull Request Overview Board
27
27
column : To do
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
uses : actions/checkout@v4
25
25
26
26
- name : Cache Docker Register
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : /tmp/.buildx-cache
30
30
key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
31
31
- name : Cache Maven packages
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.m2
35
35
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
28
28
- name : Cache Docker Register
29
29
if : ${{ steps.release.outputs.release_created }}
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : /tmp/.buildx-cache
33
33
key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
34
34
- name : Cache Maven packages
35
35
if : ${{ steps.release.outputs.release_created }}
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : ~/.m2
39
39
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ jobs:
54
54
git checkout ${{ github.event.workflow_run.head_branch }}
55
55
git clean -ffdx && git reset --hard HEAD
56
56
- name : Cache SonarCloud packages
57
- uses : actions/cache@v3
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : ~/.sonar/cache
60
60
key : ${{ runner.os }}-sonar
61
61
restore-keys : ${{ runner.os }}-sonar
62
62
- name : Cache Maven packages
63
- uses : actions/cache@v3
63
+ uses : actions/cache@v4
64
64
with :
65
65
path : ~/.m2
66
66
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
fetch-depth : 0
32
32
33
33
- name : Cache SonarCloud packages
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ~/.sonar/cache
37
37
key : ${{ runner.os }}-sonar
38
38
restore-keys : ${{ runner.os }}-sonar
39
39
- name : Cache Maven packages
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : ~/.m2
43
43
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706691034
25
25
26
26
ARG JAVA_PACKAGE=java-17-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/app
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706691034
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ SPDX-License-Identifier: Apache-2.0
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
21
21
22
- <compiler-plugin .version>3.11.0 </compiler-plugin .version>
23
- <surefire-plugin .version>3.2.3 </surefire-plugin .version>
22
+ <compiler-plugin .version>3.12.1 </compiler-plugin .version>
23
+ <surefire-plugin .version>3.2.5 </surefire-plugin .version>
24
24
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
25
25
26
26
<compas .core.version>0.16.0</compas .core.version>
27
27
28
- <quarkus .platform.version>3.6.3 </quarkus .platform.version>
29
- <log4j2 .version>2.22 .0</log4j2 .version>
28
+ <quarkus .platform.version>3.7.1 </quarkus .platform.version>
29
+ <log4j2 .version>2.23 .0</log4j2 .version>
30
30
<powsybl .sld.version>4.0.0</powsybl .sld.version>
31
31
<gson .version>2.10.1</gson .version>
32
32
<openpojo .version>0.9.1</openpojo .version>
You can’t perform that action at this time.
0 commit comments