Skip to content

Commit

Permalink
Merge pull request #382 from seart-group/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…ster/s4u/setup-maven-action-1.13.0

Bump s4u/setup-maven-action from 1.12.0 to 1.13.0
  • Loading branch information
seart-bot authored May 20, 2024
2 parents d6e1f62 + 7148b61 commit 77311eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Maven
uses: s4u/setup-maven-action@v1.12.0
uses: s4u/setup-maven-action@v1.13.0
- name: Run CheckStyle
uses: nikitasavinov/checkstyle-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
language: [ 'java', 'javascript' ]
steps:
- name: Setup Maven
uses: s4u/setup-maven-action@v1.12.0
uses: s4u/setup-maven-action@v1.13.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Validate inputs
run: echo "${{ github.event.inputs.version }}" | grep -E "^[0-9]+\.[0-9]+\.[0-9]+$"
- name: Setup Maven
uses: s4u/setup-maven-action@v1.12.0
uses: s4u/setup-maven-action@v1.13.0
with:
checkout-token: ${{ secrets.API_TOKEN }}
checkout-persist-credentials: true
Expand Down

0 comments on commit 77311eb

Please sign in to comment.