From 1afc243364889664480c66658b909b2c341b600a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:54:15 +0000 Subject: [PATCH] build(deps): bump google-github-actions/auth from 1.1.0 to 2.1.2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.0 to 2.1.2. - [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/e8df18b60c5dd38ba618c121b779307266153fbf...55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/keyless-salsa-integration.yaml | 2 +- .github/workflows/service-account-salsa-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/keyless-salsa-integration.yaml b/.github/workflows/keyless-salsa-integration.yaml index 381ad75..b2c81b6 100644 --- a/.github/workflows/keyless-salsa-integration.yaml +++ b/.github/workflows/keyless-salsa-integration.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout Code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # ratchet:google-github-actions/auth@v1.1.0 + uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # ratchet:google-github-actions/auth@v2.1.2 id: google with: workload_identity_provider: ${{ secrets.SLSA_WORKLOAD_IDENTITY_PROVIDER }} diff --git a/.github/workflows/service-account-salsa-integration.yml b/.github/workflows/service-account-salsa-integration.yml index 31a0fc6..7bf16ce 100644 --- a/.github/workflows/service-account-salsa-integration.yml +++ b/.github/workflows/service-account-salsa-integration.yml @@ -23,7 +23,7 @@ jobs: # Credentials needed to authenticate to google kms and sign image. - name: Authenticate to Google Cloud id: google - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # ratchet:google-github-actions/auth@v0 + uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # ratchet:google-github-actions/auth@v0 with: credentials_json: ${{ secrets.SALSA_CREDENTIALS }} # For demonstration purpose