Skip to content

Commit

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

Bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
cescoffier authored May 21, 2024
2 parents 6b8a437 + 5cd478e commit 9e40e06
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/[email protected].0
uses: codecov/[email protected].1
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/[email protected].0
uses: codecov/[email protected].1
if: false

0 comments on commit 9e40e06

Please sign in to comment.