Skip to content

Commit

Permalink
Merge pull request #2783 from smallrye/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.6.0

Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
ozangunalp authored Oct 10, 2024
2 parents 267a53a + 7aa9dcf commit 7ca2493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
-Dsonar.login=$SONAR_LOGIN \
--fail-at-end
- name: Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
if: false
2 changes: 1 addition & 1 deletion .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
mvn -s .build/ci-maven-settings.xml -Dmaven.resolver.transport=wagon \
-B clean install -Pcoverage -Dtest-containers=true ${{ matrix.java.build_opts }}
- name: Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
if: false

0 comments on commit 7ca2493

Please sign in to comment.