4848 repository : ${{ github.event.pull_request.head.repo.full_name }}
4949
5050 - name : Setup Python ${{ matrix.python-version }}
51- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
51+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454
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 }}
@@ -114,7 +114,7 @@ jobs:
114114 repository : ${{ github.event.pull_request.head.repo.full_name }}
115115
116116 - name : Setup Python ${{ matrix.python-version }}
117- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
117+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
118118 with :
119119 python-version : ${{ matrix.python-version }}
120120
@@ -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