Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin GitHub actions #803

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Pin GitHub actions #803

merged 2 commits into from
Jan 30, 2024

Conversation

ste93cry
Copy link
Collaborator

According to the official documentation, a best-practice for security hardening of GitHub Actions is to pin the version to a full length commit SHA. This helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload.

Since we're now using a specific version of the actions, not benefiting from the rolling tag, I've also enabled @dependabot so we can keep the workflows up to date automatically.

@ste93cry ste93cry merged commit 24d2968 into master Jan 30, 2024
33 checks passed
@ste93cry ste93cry deleted the pin-github-actions branch January 30, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants