@@ -42,13 +42,13 @@ jobs:
4242 fail-fast : false
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
45+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646 with :
4747 ref : ${{ github.event.pull_request.head.sha }}
4848 repository : ${{ github.event.pull_request.head.repo.full_name }}
4949
5050 - name : Setup Python ${{ matrix.python-version }}
51- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
51+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .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@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
62+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
6363 with :
6464 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
6565 service_account : ${{ vars.SERVICE_ACCOUNT }}
@@ -108,13 +108,13 @@ jobs:
108108 pull-requests : write
109109 steps :
110110 - name : Checkout code
111- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
111+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112 with :
113113 ref : ${{ github.event.pull_request.head.sha }}
114114 repository : ${{ github.event.pull_request.head.repo.full_name }}
115115
116116 - name : Setup Python ${{ matrix.python-version }}
117- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
117+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .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@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
126+ uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
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@95a0b09b8348ef3d02c68c6ba5662a037e78d713 # v2.1.4
134+ uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
135135 with :
136136 secrets : |-
137137 ALLOYDB_INSTANCE_URI:${{ vars.GOOGLE_CLOUD_PROJECT }}/ALLOYDB_INSTANCE_URI
0 commit comments