@@ -31,10 +31,10 @@ jobs:
3131    runs-on : ubuntu-latest 
3232    steps :
3333      - name : Checkout code 
34-         uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
34+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
3535
3636      - name : Setup Go 
37-         uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5   #  v5.5 .0
37+         uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00   #  v6.0 .0
3838        with :
3939          go-version : " 1.25" 
4040
@@ -61,26 +61,26 @@ jobs:
6161      pull-requests : write 
6262    steps :
6363      - name : Checkout code 
64-         uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
64+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
6565
6666      - name : Setup Go 
67-         uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5   #  v5.5 .0
67+         uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00   #  v6.0 .0
6868        with :
6969          go-version : " 1.25" 
7070      - id : auth 
7171        name : Authenticate to Google Cloud 
72-         uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed   #  v2.1.13 
72+         uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093   #  v3.0.0 
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@e427ad8a34f8676edf47cf7d7925499adf3eb74f   #  v2.2 .1
79+         uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db   #  v3.0 .1
8080
8181      - id : secrets 
8282        name : Get secrets 
83-         uses : google-github-actions/get-secretmanager-secrets@2b5f97c5a4b9c105e64646762ad4fc3f5128e6f5   #  v2.2.5 
83+         uses : google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262   #  v3.0.0 
8484        with :
8585          secrets : |- 
8686            MYSQL_CONNECTION_NAME:${{ vars.GOOGLE_CLOUD_PROJECT }}/MYSQL_CONNECTION_NAME 
@@ -179,11 +179,11 @@ jobs:
179179    runs-on : ubuntu-latest 
180180    steps :
181181      - name : Setup Go 
182-         uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5   #  v5.5 .0
182+         uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00   #  v6.0 .0
183183        with :
184184          go-version : 1.25 
185185      - name : Checkout code 
186-         uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
186+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .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