Skip to content

Commit

Permalink
Merge branch 'master' into pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Oct 14, 2024
2 parents 2285b92 + cd92ff0 commit 906b756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
run: mvn -B package --file pom.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
if: github.token.permissions.contents == 'write'
uses: advanced-security/[email protected].0
uses: advanced-security/[email protected].1

0 comments on commit 906b756

Please sign in to comment.