Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codecov/codecov-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: codecov/codecov-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0
Choose a head ref
  • 13 commits
  • 8 files changed
  • 7 contributors

Commits on Jan 27, 2025

  1. 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>
    dependabot[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    2d2cd3c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. 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>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    61d31d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04351de View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Fix a typo in the example (#1758)

    Fix a typo in the example
    miranska authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    5efa07b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. 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>
    dependabot[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    4898080 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. 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.
    craigscott-crascit authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    a5dc5a5 View commit details
    Browse the repository at this point in the history
  2. 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>
    Flamefire and thomasrockhu-codecov authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    2e6e9c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    1fecca8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. 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>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    062ee7e View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a46c158 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    2488e99 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    c545d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0565863 View commit details
    Browse the repository at this point in the history
Loading