Skip to content

chore(deps): updating GitHub Actions to pinned hashes and enable automatic updates for GitHub Actions via Dependabot#43

Merged
skylenet merged 4 commits intomasterfrom
update-github-actions
Mar 25, 2025
Merged

chore(deps): updating GitHub Actions to pinned hashes and enable automatic updates for GitHub Actions via Dependabot#43
skylenet merged 4 commits intomasterfrom
update-github-actions

Conversation

@skylenet
Copy link
Copy Markdown
Member

🔐 Github Actions versions pinning via commit hashes

This PR updates the GitHub Actions to use pinned hashes.

Using version tags like v1 or v2 in GitHub Actions can be risky as the action maintainer can change the underlying code of any tag, or branch.

Pinning to specific commit hashes ensures you're using a specific, immutable version of the action.

💚 Dependabot automatic updates

This PR enables automatic updates for GitHub Actions via Dependabot.

Dependabot will periodically check for new versions of the actions and create a PR to update the version used in the repository.

This should help keeping your GitHub Actions up to date with the latest versions of the actions.

🔍 How was this detected and generated?

This PR was generated using ethpandaops/github-actions-checker.

@skylenet skylenet requested a review from Savid as a code owner March 25, 2025 16:02
@skylenet skylenet merged commit 366e8e7 into master Mar 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant