Skip to content

Commit

Permalink
Merge pull request #944 from OWASP/dependabot/github_actions/s4u/setu…
Browse files Browse the repository at this point in the history
…p-maven-action-1.9.0

Bump s4u/setup-maven-action from 1.8.0 to 1.9.0
  • Loading branch information
commjoen authored Aug 24, 2023
2 parents af57cfa + efbdc25 commit c6f8545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# make bootstrap
# make release
- name: Setup Maven Action
uses: "s4u/setup-maven-action@v1.8.0"
uses: "s4u/setup-maven-action@v1.9.0"
with:
java-version: 17
maven-version: 3.8.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Maven Action
uses: "s4u/setup-maven-action@v1.8.0"
uses: "s4u/setup-maven-action@v1.9.0"
with:
java-version: 19
maven-version: 3.8.5
Expand Down

0 comments on commit c6f8545

Please sign in to comment.