File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
2727env :
28- maven_version : 3.8.8
28+ maven_version : 3.9.9
2929jobs :
3030 build :
3131 name : Test on JDK ${{ matrix.java_version }}
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 }}
Original file line number Diff line number Diff line change 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
2626 schedule :
2727 - cron : ' 0 19 * * 1'
2828env :
29- maven_version : 3.8.8
29+ maven_version : 3.9.9
3030
3131jobs :
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
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
You can’t perform that action at this time.
0 commit comments