From 9cac505112d04775fffe414e7ddd35997b5a32ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:08:24 +0000 Subject: [PATCH 1/2] Bump sigstore/cosign-installer from 1.4.1 to 2.0.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/116dc6872c0a067bcb78758f18955414cdbf918f...51f8e5c6fce54e46006ae97d73b2b6315f518752) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de8c054f5..5f605b85b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 - - uses: sigstore/cosign-installer@116dc6872c0a067bcb78758f18955414cdbf918f #v1.4.1 + - uses: sigstore/cosign-installer@51f8e5c6fce54e46006ae97d73b2b6315f518752 #v1.4.1 - name: Extract version of Go to use run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV From 0dbe23d656d19a914a473d259f0ff0aaa4fb0c93 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 1 Feb 2022 12:27:54 +0100 Subject: [PATCH 2/2] update version marker Signed-off-by: Carlos Panato --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f605b85b..782088bf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 - - uses: sigstore/cosign-installer@51f8e5c6fce54e46006ae97d73b2b6315f518752 #v1.4.1 + - uses: sigstore/cosign-installer@51f8e5c6fce54e46006ae97d73b2b6315f518752 #v2.0.0 - name: Extract version of Go to use run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV