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: v4.4.0
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: v4.4.1
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on May 14, 2024

  1. build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to …

    …7.9.0 (#1427)
    
    build(deps-dev): bump @typescript-eslint/eslint-plugin
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fd624e5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix: prevent xlarge from running on forks (#1432)

    * fix: prevent xlarge from running on forks
    
    * fix: dont run on main CI
    
    * fix: single quotes
    
    * fix: get context
    
    * fix: a thing
    
    * fix: update head repo full name
    thomasrockhu-codecov committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d42a336 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 (#1439)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.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.25.4...v3.25.5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3889fdd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#1438)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.5...v4.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    59fc46f View commit details
    Browse the repository at this point in the history
  3. fix: isPullRequestFromFork returns false for any PR (#1437)

    * fix: isPullRequestFromFork returns false for any PR
    
    * fix: add log statement
    
    * fix: force set token
    
    * fix: pass in empty string
    
    * fix: bump version
    
    * fix: revert to promise
    
    * fix: revert changes
    
    ---------
    
    Co-authored-by: Tom Hu <[email protected]>
    shahar-h and thomasrockhu-codecov committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c9dbf6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125fc84 View commit details
    Browse the repository at this point in the history
Loading