Skip to content

Commit

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

Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
cescoffier authored Jun 18, 2024
2 parents 4565290 + 10d9c0d commit 1f4a501
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 @@ -77,5 +77,5 @@ jobs:
-Dsonar.login=$SONAR_LOGIN \
--fail-at-end
- name: Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.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 @@ -50,5 +50,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.4.1
uses: codecov/codecov-action@v4.5.0
if: false

0 comments on commit 1f4a501

Please sign in to comment.