4747 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
4949 - name : Setup Python ${{ matrix.python-version }}
50- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
50+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
@@ -56,15 +56,15 @@ jobs:
5656
5757 - id : auth
5858 name : Authenticate to Google Cloud
59- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
59+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
6060 with :
6161 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
6262 service_account : ${{ vars.SERVICE_ACCOUNT }}
6363 access_token_lifetime : 600s
6464
6565 - id : secrets
6666 name : Get secrets
67- uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
67+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
6868 with :
6969 secrets : |-
7070 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -150,7 +150,7 @@ jobs:
150150 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151151
152152 - name : Setup Python ${{ matrix.python-version }}
153- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
153+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
154154 with :
155155 python-version : ${{ matrix.python-version }}
156156
@@ -161,7 +161,7 @@ jobs:
161161 name : Authenticate to Google Cloud
162162 # only needed for Flakybot on periodic (schedule) and continuous (push) events
163163 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
164- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
164+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
165165 with :
166166 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
167167 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments