Skip to content

MNT: Use hash for Action workflow versions and update if needed #353

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

Merged
merged 3 commits into from
Apr 24, 2025

Conversation

pllim
Copy link
Contributor

@pllim pllim commented Sep 27, 2024

As recommended by https://scientific-python.org/specs/spec-0008/#pin-github-actions-release-workflows-to-their-full-release-commit-shas , this PR changes your Actions workflow version pins to hashes, and updates to latest release hashes (at the time of writing) if needed.

This is an automated update made by the batchpr tool 🤖 - feel free to close if it doesn't look good! You can report issues to @pllim.

👻

@Witchblade101
Copy link
Collaborator

@mfixstsci How much work does this add in the future? Does this mean we'll have to manually update hashes every time there is a new version of github actions?

@pllim
Copy link
Contributor Author

pllim commented Sep 30, 2024

No work on your end. dependabot.yml does the auto update going forward.

- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows" # Location of package manifests
schedule:
interval: "weekly"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If weekly is too often, we can also change to monthly. Let me know.

@Witchblade101 Witchblade101 self-requested a review April 24, 2025 15:48
Copy link
Collaborator

@Witchblade101 Witchblade101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@Witchblade101 Witchblade101 merged commit 2cee223 into spacetelescope:main Apr 24, 2025
5 checks passed
@pllim pllim deleted the action-ver-hash branch April 24, 2025 15:57
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.

2 participants