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: stacklok/frizbee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.14
Choose a base ref
...
head repository: stacklok/frizbee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.15
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 11, 2024

  1. Bump sigstore/cosign-installer from 3.4.0 to 3.5.0

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@e1523de...59acb62)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a5fa5c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from stacklok/dependabot/github_actions/sigst…

    …ore/cosign-installer-3.5.0
    
    Bump sigstore/cosign-installer from 3.4.0 to 3.5.0
    JAORMX authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    46390c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. GitHub Actions: Don't call GH API if action is already commit-referenced

    If the GitHub Action is already referenced via a commit or checksum, we
    don't need to call GH to verify if it's a tag or a branch. This
    effectively reduces the number of calls to GH to 0 in the best case.
    
    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5f0a3d4 View commit details
    Browse the repository at this point in the history
  2. Fix golangci-lint output configuration

    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    16f6f88 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from stacklok/checksum-skip-gh

    GitHub Actions: Don't call GH API if action is already commit-referenced
    JAORMX authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a5d725c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #109 from stacklok/fix-gci-output

    Fix golangci-lint output configuration
    JAORMX authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    59367ae View commit details
    Browse the repository at this point in the history
Loading