From ba29e99fad09a676a55dcc47cee20efe7f980087 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 24 Dec 2021 16:32:52 +0100 Subject: [PATCH] Bump version from v0.4.0 to v0.5.0 for release Signed-off-by: Marco Franssen --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/example-publish.yaml | 2 +- README.md | 4 ++-- action.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d975931..4abff55b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,7 +142,7 @@ jobs: cosign-release: 'v1.4.1' - name: Generate provenance for ${{ matrix.repo }} - uses: philips-labs/slsa-provenance-action@v0.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0 with: command: generate subcommand: container @@ -183,7 +183,7 @@ jobs: steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0 with: command: generate subcommand: github-release diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index 89bb5323..c700b8fb 100644 --- a/.github/workflows/example-publish.yaml +++ b/.github/workflows/example-publish.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/download-artifact@v2 - name: Generate provenance - uses: philips-labs/slsa-provenance-action@v0.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0 with: command: generate subcommand: files diff --git a/README.md b/README.md index 75320d4f..f1049f88 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p Run the Docker image by doing: ```sh -docker run philipssoftware/slsa-provenance:v0.4.0 +docker run philipssoftware/slsa-provenance:v0.5.0 ``` **GitHub Container Registry** @@ -117,7 +117,7 @@ See all available images [here.](https://github.com/philips-labs/slsa-provenance Run the Docker image by doing: ```sh -docker run ghcr.io/philips-labs/slsa-provenance:v0.4.0 +docker run ghcr.io/philips-labs/slsa-provenance:v0.5.0 ``` The Docker image includes the working binary that can be executed by using the ``slsa-provenance`` command. diff --git a/action.yaml b/action.yaml index c89c05a1..fdeacf31 100644 --- a/action.yaml +++ b/action.yaml @@ -47,6 +47,6 @@ runs: run: | echo Running slsa-provenance with following arguments echo ${{ steps.compose-args.outputs.provenance_args }} - - uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.4.0' + - uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.5.0' with: args: ${{ steps.compose-args.outputs.provenance_args }}