File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-java@v4
14
14
with :
15
- java-version : 22
15
+ java-version : 23
16
16
distribution : ' zulu'
17
17
cache : ' maven'
18
18
- name : Ensure to use tagged version
Original file line number Diff line number Diff line change 20
20
fetch-depth : 2
21
21
- uses : actions/setup-java@v4
22
22
with :
23
- java-version : 22
23
+ java-version : 23
24
24
distribution : ' zulu'
25
25
cache : ' maven'
26
26
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
with :
15
15
runner-os : ' ubuntu-latest'
16
16
java-distribution : ' zulu'
17
- java-version : 22
17
+ java-version : 23
18
18
secrets :
19
19
nvd-api-key : ${{ secrets.NVD_API_KEY }}
20
20
slack-webhook-url : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
- uses : actions/setup-java@v4
11
11
with :
12
- java-version : 22
12
+ java-version : 23
13
13
distribution : ' zulu'
14
14
cache : ' maven'
15
15
server-id : central
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v4
11
11
- uses : actions/setup-java@v4
12
12
with :
13
- java-version : 22
13
+ java-version : 23
14
14
distribution : ' zulu'
15
15
cache : ' maven'
16
16
- name : Enforce project version ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 17
17
18
18
<properties >
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
- <project .build.jdk>22 </project .build.jdk>
20
+ <project .build.jdk>23 </project .build.jdk>
21
21
22
22
<!-- dependencies -->
23
23
<integrations-api .version>1.5.1</integrations-api .version>
You can’t perform that action at this time.
0 commit comments