4848 repository : ${{ github.event.pull_request.head.repo.full_name }}
4949
5050 - name : Setup Python ${{ matrix.python-version }}
51- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
51+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
62+ uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
117+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
126+ uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
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@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3
134+ uses : google-github-actions/get-secretmanager-secrets@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
135135 with :
136136 secrets : |-
137137 ALLOYDB_INSTANCE_URI:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
0 commit comments