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: jetify-com/devbox-install-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: jetify-com/devbox-install-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Mar 21, 2023

  1. Update README.md

    Signed-off-by: John Lago <[email protected]>
    Lagoja authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cf12747 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Add SHA256 checksum to install action. (#7)

    The install action now supports a sha256 checksum of the resulting
    binary. In the event that jetpack's devbox install script is
    compromised, this will allow users to double check that the resulting
    binary has a checksum configured at the github action level, potentially
    preventing a breach of CI infrastructure.
    
    ---------
    
    Signed-off-by: Michael Wilson <[email protected]>
    Co-authored-by: Lucille Hua <[email protected]>
    Michael Wilson and LucilleH authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9707b9f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Update installer action to match the latest cli behavior (#8)

    ## Summary
    - Update test version to 0.5.5
    - Update macos test to use cache for speed
    - Add new nix installation location for caching, where this logic was
    introduced in https://github.com/NixOS/nix/pull/5588/files and it uses
    XDG directory
    LucilleH authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e190e7b View commit details
    Browse the repository at this point in the history
Loading