Skip to content

Commit bee6c3b

Browse files
committed
chore(deps): update google-github-actions/auth action to v1.1.1
Signed-off-by: Renovate Bot <[email protected]>
1 parent c1a41ef commit bee6c3b

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)