ramsey / conventional-commits

:yo_yo: A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!
MIT License
178 stars 19 forks source link

chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 #62

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps codecov/codecov-action from 3.1.0 to 3.1.1.

Release notes

Sourced from codecov/codecov-action's releases.

3.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1

Changelog

Sourced from codecov/codecov-action's changelog.

3.1.1

Fixes

  • #661 Update deprecation warning
  • #593 Create codeql-analysis.yml
  • #712 README: fix typo
  • #725 fix: Remove a blank row
  • #726 Update README.md with correct badge version
  • #633 Create scorecards-analysis.yml
  • #747 fix: add more verbosity to validation
  • #750 Regenerate scorecards-analysis.yml
  • #774 Switch to v3
  • #783 Fix network entry in table
  • #791 Trim arguments after splitting them
  • #769 Plumb failCi into verification function.

Dependencies

  • #713 build(deps-dev): bump typescript from 4.6.3 to 4.6.4
  • #714 build(deps): bump node-fetch from 3.2.3 to 3.2.4
  • #724 build(deps): bump github/codeql-action from 1 to 2
  • #717 build(deps-dev): bump @​types/jest from 27.4.1 to 27.5.0
  • #729 build(deps-dev): bump @​types/node from 17.0.25 to 17.0.33
  • #734 build(deps-dev): downgrade @​types/node to 16.11.35
  • #723 build(deps): bump actions/checkout from 2 to 3
  • #733 build(deps): bump @​actions/github from 5.0.1 to 5.0.3
  • #732 build(deps): bump @​actions/core from 1.6.0 to 1.8.2
  • #737 build(deps-dev): bump @​types/node from 16.11.35 to 16.11.36
  • #749 build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0
  • #755 build(deps-dev): bump typescript from 4.6.4 to 4.7.3
  • #759 build(deps-dev): bump @​types/node from 16.11.36 to 16.11.39
  • #762 build(deps-dev): bump @​types/node from 16.11.39 to 16.11.40
  • #746 build(deps-dev): bump @​vercel/ncc from 0.33.4 to 0.34.0
  • #757 build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1
  • #760 build(deps): bump openpgp from 5.2.1 to 5.3.0
  • #748 build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0
  • #766 build(deps-dev): bump typescript from 4.7.3 to 4.7.4
  • #799 build(deps): bump openpgp from 5.3.0 to 5.4.0
  • #798 build(deps): bump @​actions/core from 1.8.2 to 1.9.1
Commits
  • d9f34f8 release: update changelog and version to 3.1.1 (#828)
  • 0e9e7b4 Plumb failCi into verification function. (#769)
  • 7f20bd4 build(deps): bump @​actions/core from 1.8.2 to 1.9.1 (#798)
  • 13bc253 build(deps): bump openpgp from 5.3.0 to 5.4.0 (#799)
  • 5c0da1b Trim arguments after splitting them (#791)
  • 68d5f6d Fix network entry in table (#783)
  • 2a829b9 Switch to v3 (#774)
  • 8e09eaf build(deps-dev): bump typescript from 4.7.3 to 4.7.4 (#766)
  • 39e2229 build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0 (#748)
  • b2b7703 build(deps): bump openpgp from 5.2.1 to 5.3.0 (#760)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
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 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #62 (3a9f676) into main (a678c03) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/ramsey/conventional-commits/pull/62/graphs/tree.svg?width=650&height=150&src=pr&token=GRB47TNJB9&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ben+Ramsey)](https://codecov.io/gh/ramsey/conventional-commits/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ben+Ramsey) ```diff @@ Coverage Diff @@ ## main #62 +/- ## ========================================= Coverage 98.77% 98.77% Complexity 296 296 ========================================= Files 39 39 Lines 815 815 ========================================= Hits 805 805 Misses 10 10 ```