Skip to content

Commit a8a439b

Browse files
authored
GitHub Actions upgrade (#2355)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
1 parent f6bbeeb commit a8a439b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ant.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2022, 2025 Contributors to the Eclipse Foundation
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: true
2626

2727
env:
28-
maven_version: 3.8.8
28+
maven_version: 3.9.9
2929
jobs:
3030
build:
3131
name: Test on JDK ${{ matrix.java_version }}
@@ -50,9 +50,9 @@ jobs:
5050
restore-keys: |
5151
${{ runner.os }}-maven-
5252
- name: Checkout for build
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
- name: Set up JDK
55-
uses: actions/setup-java@v3
55+
uses: actions/setup-java@v4
5656
with:
5757
distribution: 'zulu'
5858
java-version: ${{ matrix.java_version }}

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2021, 2025 Contributors to the Eclipse Foundation
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -26,7 +26,7 @@ on:
2626
schedule:
2727
- cron: '0 19 * * 1'
2828
env:
29-
maven_version: 3.8.8
29+
maven_version: 3.9.9
3030

3131
jobs:
3232
analyze:
@@ -44,11 +44,11 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v2
51+
uses: github/codeql-action/init@v3
5252
with:
5353
languages: ${{ matrix.language }}
5454
config-file: ./.github/codeql/codeql-config.yml
@@ -96,4 +96,4 @@ jobs:
9696
ant -f antbuild.xml build
9797
9898
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@v2
99+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)