We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af57cfa + efbdc25 commit c6f8545Copy full SHA for c6f8545
.github/workflows/codeql-analysis.yml
@@ -66,7 +66,7 @@ jobs:
66
# make bootstrap
67
# make release
68
- name: Setup Maven Action
69
- uses: "s4u/setup-maven-action@v1.8.0"
+ uses: "s4u/setup-maven-action@v1.9.0"
70
with:
71
java-version: 17
72
maven-version: 3.8.5
.github/workflows/container_test.yml
@@ -19,7 +19,7 @@ jobs:
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
steps:
21
22
23
24
java-version: 19
25
0 commit comments