Skip to content

Commit cabe6bc

Browse files
authored
chore(deps): update google-github-actions/auth action to v1.1.1 (#2123)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/auth](https://togithub.com/google-github-actions/auth) | action | patch | `v1.1.0` -> `v1.1.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google-github-actions/auth</summary> ### [`v1.1.1`](https://togithub.com/google-github-actions/auth/releases/tag/v1.1.1) [Compare Source](https://togithub.com/google-github-actions/auth/compare/v1.1.0...v1.1.1) ##### What's Changed - Add support info by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/auth/pull/303](https://togithub.com/google-github-actions/auth/pull/303) - chore: update dependencies (automated) by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/auth/pull/305](https://togithub.com/google-github-actions/auth/pull/305) - Release: v1.1.1 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/auth/pull/306](https://togithub.com/google-github-actions/auth/pull/306) **Full Changelog**: google-github-actions/auth@v1.1.0...v1.1.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/slsa-framework/slsa-github-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9--> Signed-off-by: Renovate Bot <[email protected]>
1 parent c1a41ef commit cabe6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builder_docker-based_slsa3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
- id: auth
293293
name: Authenticate to Google Cloud
294294
if: inputs.gcp-workload-identity-provider != ''
295-
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
295+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
296296
with:
297297
token_format: "access_token"
298298
workload_identity_provider: ${{ inputs.gcp-workload-identity-provider }}

.github/workflows/generator_container_slsa3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- id: auth
140140
name: Authenticate to Google Cloud
141141
if: inputs.gcp-workload-identity-provider != ''
142-
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
142+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
143143
with:
144144
token_format: "access_token"
145145
workload_identity_provider: ${{ inputs.gcp-workload-identity-provider }}

0 commit comments

Comments
 (0)