Skip to content

Commit ce8a31b

Browse files
committed
Merge bitcoindevkit#353: build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2
497db8c build(ci): bump codecov/codecov-action from 5.5.1 to 5.5.2 (dependabot[bot]) Pull request description: Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2. ## What's Changed - check gpg only when skip-validation = false [codecov/codecov-action#1894](https://redirect.github.com/codecov/codecov-action/pull/1894) - chore: disable_search alignment [codecov/codecov-action#1881](https://redirect.github.com/codecov/codecov-action/pull/1881) - chore(release): 5.5.2 [codecov/codecov-action#1902](https://redirect.github.com/codecov/codecov-action/pull/1902) Full Changelog https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=5.5.1&new-version=5.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. ACKs for top commit: ValuedMammal: ACK 497db8c nymius: ACK 497db8c luisschwab: ACK 497db8c Tree-SHA512: 0baca727d2a4461493a8b2d4cebffdbd43dd6384e24e23a82039c285098c54d7bf9ce9c0fcebcc66fbfab884f6c16b4151142bbaba5bb82e2b808ece051cf96f
2 parents bb9b07f + 497db8c commit ce8a31b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Generate HTML coverage report
4444
run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
4545
- name: Codecov upload
46-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
46+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4747
with:
4848
files: ./coverage/lcov.info
4949
flags: rust

0 commit comments

Comments
 (0)