@@ -28,8 +28,8 @@ permissions:
2828 id-token : ' write'
2929
3030env :
31- GCS_SOURCE : ' mybucket/ghnbr/source' # TODO: Update to a bucket with proper ACLs
32- GCS_OUTPUT : ' mybucket/ghnbr/output' # TODO: Update to a bucket with proper ACLs
31+ GCS_SOURCE : ' mybucket/ghnbr/source' # TODO: Update to a bucket with proper ACLs
32+ GCS_OUTPUT : ' mybucket/ghnbr/output' # TODO: Update to a bucket with proper ACLs
3333
3434jobs :
3535
4444 notebooks_files : ' ${{ steps.filter.outputs.notebooks_files }}'
4545 steps :
4646 # For pull requests it's not necessary to checkout the code
47- - uses : ' dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 '
47+ - uses : ' dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 ' # ratchet:dorny/paths-filter@v3.0.2
4848 id : ' filter'
4949 with :
5050 list-files : ' shell'
@@ -62,12 +62,12 @@ jobs:
6262
6363 steps :
6464 - id : ' checkout'
65- uses : ' actions/checkout@v4 '
65+ uses : ' actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 ' # ratchet:actions/checkout@v5
6666
6767 # Configure Workload Identity Federation and generate an access token.
6868 - id : ' auth'
6969 name : ' Authenticate to Google Cloud'
70- uses : ' google-github-actions/auth@b258a9f230b36c9fa86dfaa43d1906bd76399edb '
70+ uses : ' google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 ' # ratchet:google-github-actions/auth@v3.0.0
7171 with :
7272 workload_identity_provider : ' projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
7373 service_account : ' my-service-account@my-project.iam.gserviceaccount.com'
7979 # credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
8080
8181 - id : ' notebook-review'
82- uses : ' google-github-actions/run-vertexai-notebook@v0 '
82+ uses : ' google-github-actions/run-vertexai-notebook@e71afc3f2ef954ad746ea4eaf1e0e16a742e0daa ' # ratchet:google-github-actions/run-vertexai-notebook@v1
8383 with :
8484 gcs_source_bucket : ' ${{ env.GCS_SOURCE }}'
8585 gcs_output_bucket : ' ${{ env.GCS_OUTPUT }}'
0 commit comments