Skip to content

Commit 776de0e

Browse files
fix(UID2-6742): correct SHA pins (tag SHA not commit SHA)
1 parent 5257727 commit 776de0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cdn_deployment_aws/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
aws s3 cp index.html s3://${{ inputs.aws_bucket_name }}/index.html
7878
7979
- name: Invalidate CloudFront
80-
uses: chetan/invalidate-cloudfront-action@6adb1f613f4102ad81cd08a7ba83b8abe490cb8d # v2
80+
uses: chetan/invalidate-cloudfront-action@cacab256f2bd90d1c04447a7d6afdaf6f346e7b3 # v2
8181
env:
8282
DISTRIBUTION: ${{ inputs.aws_distribution_id }}
8383
PATHS: ${{ inputs.invalidate_paths }}

0 commit comments

Comments
 (0)