Conversation
This pins the cache action to its commit: 0400d5f644dc74513175e3cd8d07132dd4860809 Which is https://github.com/actions/cache/releases/tag/v4.2.4 This allows people to enable the strict GitHub setting to only run pinned GitHub Actions. See https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#managing-github-actions-permissions-for-your-organization
|
Ha! I was just about to open a PR for this, but luckily noticed this PR already being open. Would be great if this could be released as a new @ramsey If it helps, the below is the commit message I'd written to argue the case for making/accepting this change.
|
Description
This pins the cache action to its commit:
0400d5f644dc74513175e3cd8d07132dd4860809
Which is https://github.com/actions/cache/releases/tag/v4.2.4
Motivation and context
This allows people to enable the strict GitHub setting to only run pinned GitHub Actions. See https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#managing-github-actions-permissions-for-your-organization
How has this been tested?
This did not change anything really, but was tested internally in our workflows.
Types of changes
PR checklist