Skip to content

Commit c8e6019

Browse files
committed
Update CodeQL and development workflows
1 parent 15f5654 commit c8e6019

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up Maven
26-
uses: hb0730/maven-action@v1
26+
uses: stCarolas/setup-maven@v5
2727
with:
28-
maven-version: 3.8.7
28+
maven-version: 3.9.9
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/development.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
with:
4949
java-version: 21
5050
distribution: "temurin"
51-
51+
5252
- name: Set up Maven
53-
uses: hb0730/maven-action@v1
53+
uses: stCarolas/setup-maven@v5
5454
with:
55-
maven-version: 3.9.6
55+
maven-version: 3.9.9
5656
- name: Cache
5757
uses: actions/cache@v4
5858
with:

0 commit comments

Comments
 (0)