Skip to content

Commit ae27d77

Browse files
committed
chore(deps): Update dependencies for github to v3
1 parent 2612eb8 commit ae27d77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Authenticate to Google Cloud
6060
# only needed for Flakybot on periodic (schedule) and continuous (push) events
6161
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
62-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
62+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
6363
with:
6464
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
6565
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -123,15 +123,15 @@ jobs:
123123

124124
- id: 'auth'
125125
name: 'Authenticate to Google Cloud'
126-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
126+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
127127
with:
128128
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
129129
service_account: ${{ vars.SERVICE_ACCOUNT }}
130130
access_token_lifetime: 600s
131131

132132
- id: 'secrets'
133133
name: Get secrets
134-
uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
134+
uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
135135
with:
136136
secrets: |-
137137
ALLOYDB_INSTANCE_URI:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI

0 commit comments

Comments
 (0)