File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 go mod tidy && git diff --exit-code
3939 - name : golangci-lint
40- uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2 .0
40+ uses : golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6.3 .0
4141 with :
4242 version : latest
4343 args : --timeout 3m
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
5252
5353 - id : auth
5454 name : Authenticate to Google Cloud
55- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
55+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
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@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
63+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
6464 with :
6565 secrets : |-
6666 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -163,7 +163,7 @@ jobs:
163163 name : Authenticate to Google Cloud
164164 # only needed for Flakybot on periodic (schedule) and continuous (push) events
165165 if : ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
166- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2.1.7
166+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
167167 with :
168168 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
169169 service_account : ${{ vars.SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments