Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

Bumps the quality-actions group with 2 updates: dorny/test-reporter and codecov/codecov-action.

Updates dorny/test-reporter from 1 to 2

Release notes

Sourced from dorny/test-reporter's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: dorny/test-reporter@v1.9.1...v2.0.0

v1.9.1

What's Changed

New Contributors

Full Changelog: dorny/test-reporter@v1.9.0...v1.9.1

... (truncated)

Changelog

Sourced from dorny/test-reporter's changelog.

Changelog

2.1.0

2.0.0

1.9.1

1.9.0

1.8.0

1.7.0

... (truncated)

Commits
  • 890a17c test-reporter release v2.1.0
  • 53f5051 test-reporter release v2.1.0
  • d6ff56a Merge pull request #583 from dorny/chore/update_packages
  • b0baeed Rebuild dist
  • ebe4a9b Upgrade npm packages
  • 4a3cfcd Upgrade typescript to v5.8.3
  • 84bcb5d Merge pull request #577 from lucasoares/patch-1
  • a8c55a3 Merge pull request #571 from Shamus03/feature/golang-json-parser
  • a0398fb Correct behavior for test cases with slashes
  • 34f1c56 register parser and update readme
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 4 to 5

Release notes

Sourced from codecov/codecov-action's releases.

v5.0.0

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING] The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 6, 2025

Reviewers

The following users could not be added as reviewers: maintainers. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Assignees

The following users could not be added as assignees: maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automerge-candidate, ci-cd, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 6, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2025

🤖 Dependabot Update Analysis

📋 Update Summary:

  • Package: dorny/test-reporter, codecov/codecov-action
  • Ecosystem: github_actions
  • Type: version-update:semver-major
  • Dependency: direct:production
  • Previous: ``
  • New: ``

🎯 Risk Assessment: 🔴 HIGH

📝 Review Notes:
Major updates may contain breaking changes. Thorough testing recommended. GitHub Actions updates are usually safe but verify workflow functionality.

🧪 Recommended Testing:

# GitHub Actions Testing
    # Check workflow syntax:
    # - Review .github/workflows/ files
    # - Test in a feature branch first
    # - Monitor workflow runs after merge

🔍 Manual Review Checklist:

  • Review changelog/release notes for breaking changes
  • Run recommended test commands locally
  • Check CI/CD pipeline results
  • Test affected functionality manually
  • Review security implications (if applicable)
  • Verify no regression in existing features

📚 Useful Links:


💡 Tip: After reviewing, you can merge with gh pr merge 23 --squash or use the GitHub UI.

Bumps the quality-actions group with 2 updates: [dorny/test-reporter](https://github.com/dorny/test-reporter) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `dorny/test-reporter` from 1 to 2
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@v1...v2)

Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: quality-actions
- dependency-name: codecov/codecov-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: quality-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/quality-actions-7416591d34 branch from 8caaa7e to eb5357f Compare July 9, 2025 08:11
@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2025

🤖 Dependabot Update Analysis

📋 Update Summary:

  • Package: dorny/test-reporter, codecov/codecov-action
  • Ecosystem: github_actions
  • Type: version-update:semver-major
  • Dependency: direct:production
  • Previous: ``
  • New: ``

🎯 Risk Assessment: 🔴 HIGH

📝 Review Notes:
Major updates may contain breaking changes. Thorough testing recommended. GitHub Actions updates are usually safe but verify workflow functionality.

🧪 Recommended Testing:

# GitHub Actions Testing
    # Check workflow syntax:
    # - Review .github/workflows/ files
    # - Test in a feature branch first
    # - Monitor workflow runs after merge

🔍 Manual Review Checklist:

  • Review changelog/release notes for breaking changes
  • Run recommended test commands locally
  • Check CI/CD pipeline results
  • Test affected functionality manually
  • Review security implications (if applicable)
  • Verify no regression in existing features

📚 Useful Links:


💡 Tip: After reviewing, you can merge with gh pr merge 23 --squash or use the GitHub UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant