Skip to content

Commit e14da4b

Browse files
authored
DT-2276: Update version references to hashes (#2682)
1 parent f772b3e commit e14da4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: short-sha
2929
run: echo "sha=$(git rev-parse --short=12 HEAD)" >> $GITHUB_OUTPUT
3030
- name: 'Set up Cloud SDK'
31-
uses: 'google-github-actions/setup-gcloud@v3'
31+
uses: 'google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db'
3232
- name: Construct tags
3333
id: construct-tags
3434
run: |
@@ -52,15 +52,15 @@ jobs:
5252
ENVIRONMENT_TAG: ${{ steps.construct-tags.outputs.environment-tag }}
5353
- id: 'auth'
5454
name: 'Authenticate to Google Cloud'
55-
uses: 'google-github-actions/auth@v3'
55+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093'
5656
with:
5757
# Centralized in dsp-tools-k8s; ask in #dsp-devops-champions for help troubleshooting
5858
token_format: 'access_token'
5959
workload_identity_provider: 'projects/1038484894585/locations/global/workloadIdentityPools/github-wi-pool/providers/github-wi-provider'
6060
service_account: 'dsp-artifact-registry-push@dsp-artifact-registry.iam.gserviceaccount.com'
6161
# authenticate to GAR docker repo
6262
- name: Docker Login
63-
uses: 'docker/login-action@v3'
63+
uses: 'docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1'
6464
with:
6565
registry: 'us-central1-docker.pkg.dev'
6666
username: 'oauth2accesstoken'

0 commit comments

Comments
 (0)