Skip to content

Commit ae4e348

Browse files
committed
ci: pin @google-github-actions/auth (#3016)
Fixes the following CI error: ``` The action google-github-actions/auth@v2 is not allowed in angular/dev-infra because all actions must be pinned to a full-length commit SHA. ``` PR Close #3016
1 parent 7b1e851 commit ae4e348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# identity federation. This allows us to request short lived credentials on demand, rather than storing
5050
# credentials in secrets long term. More information can be found at:
5151
# https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
52-
- uses: 'google-github-actions/auth@v2'
52+
- uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5' #v2.1.12
5353
with:
5454
project_id: 'internal-200822'
5555
workload_identity_provider: 'projects/823469418460/locations/global/workloadIdentityPools/measurables-tracking/providers/angular'

0 commit comments

Comments
 (0)