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: chainguard-dev/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: chainguard-dev/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.3
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 29, 2025

  1. Bump chainguard-dev/actions from 1.5.1 to 1.5.2 (#604)

    Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.1 to 1.5.2.
    - [Release notes](https://github.com/chainguard-dev/actions/releases)
    - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml)
    - [Commits](de56c27...8e97c1f)
    
    ---
    updated-dependencies:
    - dependency-name: chainguard-dev/actions
      dependency-version: 1.5.2
      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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    dca4cd7 View commit details
    Browse the repository at this point in the history
  2. Bump octo-sts/action from 1.0.1 to 1.0.2 (#605)

    Bumps [octo-sts/action](https://github.com/octo-sts/action) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/octo-sts/action/releases)
    - [Commits](octo-sts/action@e480437...a26b0c6)
    
    ---
    updated-dependencies:
    - dependency-name: octo-sts/action
      dependency-version: 1.0.2
      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 Sep 29, 2025
    Configuration menu
    Copy the full SHA
    4579181 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. setup-melange - better determining of release version. (#608)

    * setup-melange - better determining of release version.
    
    The previous version of this code would output over 11,000 lines
    (and growing) to stderr in a user of this action.  This is much
    more direct.
    
    * Update action.yaml
    smoser authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    4b3fb7c View commit details
    Browse the repository at this point in the history
  2. make apt-faster support 'apt' in addition to 'apt-get' (#606)

    * apt-faster - replace apt as well as apt-get
    
    There are some changes to the wrapper script. The big one
    really is just to identify 'full-upgrade' as a "install" operation.
    
    * shellcheck - appease reviewdog
    
    I'm not sure if it will allow the shellcheck disable or not.
    It gets confused on 'is never invoked' because those functions
    are invoked via the callers of 't()'.
    smoser authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    c7f4cac View commit details
    Browse the repository at this point in the history
  3. Fix setup-melange to support user namespaces (#607)

    * setup-melange - use ubuntu bwrap package.
    
    The bwrap package in 24.04 is 0.9.0.  It has --clearenv,
    and is what I have been using for the past year.
    
    * setup-melange - make bwrap work on ubuntu with user namespaces.
    smoser authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    6f4f4de View commit details
    Browse the repository at this point in the history
Loading