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: sigstore/cosign-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: sigstore/cosign-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 7, 2022

  1. Bump actions/checkout from 2.4.0 to 3 (#64)

    * Bump actions/checkout from 2.4.0 to 3
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@ec3a7ce...a12a394)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * update version comment
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: cpanato <ctadeu@gmail.com>
    dependabot[bot] and cpanato authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b4f5574 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. docs: update permissions to use new none format (#68)

    GitHub actions now has a 'none-all' shorthand[^1]
    
    > You can use the following syntax to disable permissions for all of the available scopes:
    >
    > ```
    > permissions: {}
    >
    
    This is the same behaviour as before, but is more intuitive than `actions: none`
    
    [^1]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    Signed-off-by: Jamie Magee <jamie.magee@gmail.com>
    JamieMagee authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    9f7b96f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. update action to use cosign release v1.7.1 (#69)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d6a3abf View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. update v2.2.0 to download cosign from GitHub instead of GCS

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4911bfc View commit details
    Browse the repository at this point in the history
Loading