Skip to content

Commit 3f87a83

Browse files
committed
chore(deps): update google-github-actions/auth action to v1.1.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 0b27be8 commit 3f87a83

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)