We’ve updated all third-party GitHub Actions used in Pipelines to support SHA pinning. That means every external action is now referenced by a specific commit SHA instead of a mutable tag like v3 or latest.
Why this matters:
To take advantage of this, no action is required if your organization already enforces SHA pinning. Pipelines workflows should now run without being blocked. If you’re curious about enabling this to improve your security posture, GitHub has a good overview.