4343 pull-requests : write
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4747
4848 - name : Setup Go
4949 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -52,15 +52,15 @@ jobs:
5252
5353 - id : auth
5454 name : Authenticate to Google Cloud
55- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
55+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
5656 with :
5757 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
5858 service_account : ${{ vars.SERVICE_ACCOUNT }}
5959 access_token_lifetime : 600s
6060
6161 - id : secrets
6262 name : Get secrets
63- uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
63+ uses : google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
6464 with :
6565 secrets : |-
6666 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -165,7 +165,7 @@ jobs:
165165 GOARCH : ${{ matrix.goarch }}
166166 steps :
167167 - name : Checkout code
168- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
168+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
169169 - name : Setup Go ${{ matrix.go-version }}
170170 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
171171 with :
@@ -174,7 +174,7 @@ jobs:
174174 name : Authenticate to Google Cloud
175175 # only needed for Flakybot on periodic (schedule) and continuous (push) events
176176 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
177- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
177+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
178178 with :
179179 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
180180 service_account : ${{ vars.SERVICE_ACCOUNT }}
0 commit comments