From 5c345aeb69fbc071d5978960dfdbd8ef6f7fa457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 16:35:41 +0000 Subject: [PATCH 1/2] Bump mikefarah/yq from 4.27.3 to 4.27.5 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.27.3 to 4.27.5. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/3d11b0545dbc0712c2045dc9e8b6c95b298e824e...9b6961875e10b058aeb482f263f26ca0f6b18eb8) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/kind-verify-attestation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind-verify-attestation.yaml b/.github/workflows/kind-verify-attestation.yaml index 2701e3a675f..d441d5e2f9a 100644 --- a/.github/workflows/kind-verify-attestation.yaml +++ b/.github/workflows/kind-verify-attestation.yaml @@ -54,7 +54,7 @@ jobs: - uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa - name: Install yq - uses: mikefarah/yq@3d11b0545dbc0712c2045dc9e8b6c95b298e824e # v4.25.1 + uses: mikefarah/yq@9b6961875e10b058aeb482f263f26ca0f6b18eb8 # v4.25.1 - name: build cosign run: | From 0650bf9701008962b84ed0ab38f3b1c5e83738b6 Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 9 Sep 2022 09:39:43 -0700 Subject: [PATCH 2/2] update version comment Signed-off-by: cpanato --- .github/workflows/kind-verify-attestation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kind-verify-attestation.yaml b/.github/workflows/kind-verify-attestation.yaml index d441d5e2f9a..12aa0be59dc 100644 --- a/.github/workflows/kind-verify-attestation.yaml +++ b/.github/workflows/kind-verify-attestation.yaml @@ -51,10 +51,10 @@ jobs: check-latest: true # will use the latest release available for ko - - uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa + - uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa - name: Install yq - uses: mikefarah/yq@9b6961875e10b058aeb482f263f26ca0f6b18eb8 # v4.25.1 + uses: mikefarah/yq@9b6961875e10b058aeb482f263f26ca0f6b18eb8 # v4.27.5 - name: build cosign run: |