We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f5654 commit c8e6019Copy full SHA for c8e6019
2 files changed
.github/workflows/codeql-analysis.yml
@@ -23,9 +23,9 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Set up Maven
26
- uses: hb0730/maven-action@v1
+ uses: stCarolas/setup-maven@v5
27
with:
28
- maven-version: 3.8.7
+ maven-version: 3.9.9
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.github/workflows/development.yml
@@ -48,11 +48,11 @@ jobs:
48
49
java-version: 21
50
distribution: "temurin"
51
-
+
52
53
54
55
- maven-version: 3.9.6
56
- name: Cache
57
uses: actions/cache@v4
58
0 commit comments