@@ -44,10 +44,10 @@ jobs:
4444 pull-requests : write
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
47+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
4949 - name : Setup Python ${{ matrix.python-version }}
50- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
50+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .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@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
59+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
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@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
67+ uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
6868 with :
6969 secrets : |-
7070 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -143,10 +143,10 @@ jobs:
143143 pull-requests : write
144144 steps :
145145 - name : Checkout code
146- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
146+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147147
148148 - name : Setup Python ${{ matrix.python-version }}
149- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
149+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
150150 with :
151151 python-version : ${{ matrix.python-version }}
152152
@@ -157,7 +157,7 @@ jobs:
157157 name : Authenticate to Google Cloud
158158 # only needed for Flakybot on periodic (schedule) and continuous (push) events
159159 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
160- uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
160+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
161161 with :
162162 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
163163 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments