From c72f8e2f1d73310efd42679f9456db8b06a6fd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:07:01 +0000 Subject: [PATCH 1/2] Bump google-github-actions/auth from 0.6.0 to 0.7.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/8d125895b958610ec414ca4dae010257eaa814d3...50dbfd0907520dcccbd51e965728eb32e592b8fa) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... 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 4d919f7c4..9f064a739 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: version: v0.9.3 - name: Set up Cloud SDK - uses: google-github-actions/auth@8d125895b958610ec414ca4dae010257eaa814d3 # v0.5.0 + uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa # v0.5.0 with: workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-rekor' service_account: 'github-actions-rekor@projectsigstore.iam.gserviceaccount.com' From 741a87f57a0014747bf8c9c175016a2b2c604f72 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 6 Apr 2022 14:47:34 +0200 Subject: [PATCH 2/2] update version comment Signed-off-by: cpanato --- .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 9f064a739..d9821bc74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: version: v0.9.3 - name: Set up Cloud SDK - uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa # v0.5.0 + uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa # v0.7.0 with: workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-rekor' service_account: 'github-actions-rekor@projectsigstore.iam.gserviceaccount.com'