-
Notifications
You must be signed in to change notification settings - Fork 225
Comparing changes
Open a pull request
base repository: codecov/codecov-action
base: v5.3.1
head repository: codecov/codecov-action
compare: v5.4.0
- 13 commits
- 8 files changed
- 7 contributors
Commits on Jan 27, 2025
-
build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 (#1753)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.1...v3.28.5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d2cd3c - Browse repository at this point
Copy the full SHA 2d2cd3cView commit details
Commits on Feb 3, 2025
-
build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 (#1757)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.5 to 3.28.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.5...v3.28.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61d31d2 - Browse repository at this point
Copy the full SHA 61d31d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04351de - Browse repository at this point
Copy the full SHA 04351deView commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5efa07b - Browse repository at this point
Copy the full SHA 5efa07bView commit details
Commits on Feb 11, 2025
-
build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 (#1765)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.8...v3.28.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4898080 - Browse repository at this point
Copy the full SHA 4898080View commit details
Commits on Feb 18, 2025
-
Fix description for report_type input (#1770)
The description stated "testing" was a valid value, but that leads to an error if you try to use it. The error message indicates that the value should be "test_results" instead.
Configuration menu - View commit details
-
Copy full SHA for a5dc5a5 - Browse repository at this point
Copy the full SHA a5dc5a5View commit details -
Fix use of safe.directory inside containers (#1768)
* Fix use of safe.directory inside containers Inside a container the actual workspace path is a mount point and not the same as outside the container. E.g.: - `${{github.workspace}} == /home/runner/work/locale/locale` - `$GITHUB_WORKSPACE == /__w/locale/locale` So it seems `/home/runner/work` is mounted at `/__w` and this is reflected by the environment variable but not the context. So use that variable instead. * Update action.yml * Update action.yml * Update action.yml --------- Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e6e9c5 - Browse repository at this point
Copy the full SHA 2e6e9c5View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1fecca8 - Browse repository at this point
Copy the full SHA 1fecca8View commit details
Commits on Feb 24, 2025
-
build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 (#1777)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.9 to 3.28.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.9...v3.28.10) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 062ee7e - Browse repository at this point
Copy the full SHA 062ee7eView commit details -
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#1776)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...f49aabe) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a46c158 - Browse repository at this point
Copy the full SHA a46c158View commit details -
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1775)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2488e99 - Browse repository at this point
Copy the full SHA 2488e99View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c545d7b - Browse repository at this point
Copy the full SHA c545d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0565863 - Browse repository at this point
Copy the full SHA 0565863View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.3.1...v5.4.0