Skip to content

Commit c6f8545

Browse files
authored
Merge pull request #944 from OWASP/dependabot/github_actions/s4u/setup-maven-action-1.9.0
Bump s4u/setup-maven-action from 1.8.0 to 1.9.0
2 parents af57cfa + efbdc25 commit c6f8545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Setup Maven Action
69-
uses: "s4u/setup-maven-action@v1.8.0"
69+
uses: "s4u/setup-maven-action@v1.9.0"
7070
with:
7171
java-version: 17
7272
maven-version: 3.8.5

.github/workflows/container_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
- name: Setup Maven Action
22-
uses: "s4u/setup-maven-action@v1.8.0"
22+
uses: "s4u/setup-maven-action@v1.9.0"
2323
with:
2424
java-version: 19
2525
maven-version: 3.8.5

0 commit comments

Comments
 (0)