Skip to content

Commit

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

Bump s4u/setup-maven-action from 1.14.0 to 1.15.0
  • Loading branch information
seart-bot authored Oct 7, 2024
2 parents 9472065 + 97723d4 commit 370e127
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.14.0
uses: s4u/setup-maven-action@v1.15.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.14.0
uses: s4u/setup-maven-action@v1.15.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.14.0
uses: s4u/setup-maven-action@v1.15.0
with:
checkout-token: ${{ secrets.API_TOKEN }}
checkout-persist-credentials: true
Expand Down

0 comments on commit 370e127

Please sign in to comment.