@@ -31,12 +31,12 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3535
3636 - name : Setup Go
3737 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3838 with :
39- go-version : " 1.24 "
39+ go-version : " 1.25 "
4040
4141 - name : Verify FreeBSD and OpenBSD Builds
4242 run : |
@@ -61,26 +61,26 @@ jobs:
6161 pull-requests : write
6262 steps :
6363 - name : Checkout code
64- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6565
6666 - name : Setup Go
6767 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868 with :
69- go-version : " 1.24 "
69+ go-version : " 1.25 "
7070 - id : auth
7171 name : Authenticate to Google Cloud
72- uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
72+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
7373 with :
7474 workload_identity_provider : ${{ vars.PROVIDER_NAME }}
7575 service_account : ${{ vars.SERVICE_ACCOUNT }}
7676 access_token_lifetime : 600s
7777
7878 - name : Set up Cloud SDK
79- uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
79+ uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
8080
8181 - id : secrets
8282 name : Get secrets
83- uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
83+ uses : google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
8484 with :
8585 secrets : |-
8686 MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME
@@ -181,9 +181,9 @@ jobs:
181181 - name : Setup Go
182182 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
183183 with :
184- go-version : 1.24
184+ go-version : 1.25
185185 - name : Checkout code
186- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
187187 - name : Run tests
188188 # specifying bash shell ensures a failure in a piped process isn't lost by using `set -eo pipefail`
189189 shell : bash
0 commit comments