Skip to content

Commit

Permalink
⬆️ Bump philips-labs/slsa-provenance-action from 0.7.2 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [philips-labs/slsa-provenance-action](https://github.com/philips-labs/slsa-provenance-action) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/philips-labs/slsa-provenance-action/releases)
- [Changelog](https://github.com/philips-labs/slsa-provenance-action/blob/main/.goreleaser.yml)
- [Commits](v0.7.2...v0.8.0)

---
updated-dependencies:
- dependency-name: philips-labs/slsa-provenance-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed Jun 27, 2022
1 parent 752766b commit f450c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:

steps:
- name: Generate provenance for Release
uses: philips-labs/slsa-provenance-action@v0.7.2
uses: philips-labs/slsa-provenance-action@v0.8.0
with:
command: generate
subcommand: github-release
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
cosign-release: 'v1.9.0'

- name: Generate provenance for ${{ matrix.repo }}
uses: philips-labs/slsa-provenance-action@v0.7.2
uses: philips-labs/slsa-provenance-action@v0.8.0
with:
command: generate
subcommand: container
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/download-artifact@v3.0.0

- name: Generate provenance
uses: philips-labs/slsa-provenance-action@v0.7.2
uses: philips-labs/slsa-provenance-action@v0.8.0
with:
command: generate
subcommand: files
Expand Down

0 comments on commit f450c79

Please sign in to comment.