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: actions/checkout Loading
base: v4.1.4
Choose a base ref
...
head repository: actions/checkout Loading
compare: v4.1.5
Choose a head ref
  • 5 commits
  • 55 files changed
  • 3 contributors

Commits on Apr 24, 2024

  1. Update NPM dependencies (#1703)

    * Update dependencies manually
    * Format files
    * Update licenses
    cory-miller committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9c1e94e View commit details
    Browse the repository at this point in the history
  2. Bump github/codeql-action from 2 to 3 (#1694)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fd084cd View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-node from 1 to 4 (#1696)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v1...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3f603f6 View commit details
    Browse the repository at this point in the history
  4. Bump actions/upload-artifact from 2 to 4 (#1695)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8459bc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. README: Suggest user.email to be `41898282+github-actions[bot]@user…

    …s.noreply.github.com` (#1707)
    
    * README: Set `user.email` to GitHub Actions Bot
    
    * Update workflow to use proper bot GitHub Bot email
    
    * Prefix `user.email` with `41898282+`
    
    To match squash merge user, else showing as two different users, see: SocketDev/socket-sdk-js@b0948d0
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Pelle Wessman <[email protected]>
    cory-miller and voxpelli committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    44c2b7a View commit details
    Browse the repository at this point in the history
Loading