Test and fix GitHub workflows - #8
Merged
Merged
Conversation
Member
Author
|
Just got ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ so it's ready to merge! |
namurphy
commented
Aug 26, 2026
| branch: upgrade-uv-lock | ||
| base: main | ||
| delete-branch: true | ||
| token: ${{ steps.generate_token.outputs.token }} |
Member
Author
There was a problem hiding this comment.
The token step is no longer required for this GitHub action, so we can remove it. A possible consequence is that GitHub workflows won't be run automatically on the pull requests to upgrade uv.lock, so we might need to update this later.
namurphy
commented
Aug 26, 2026
Comment on lines
+4
to
+16
| rules: | ||
| unpinned-uses: | ||
| config: | ||
| policies: | ||
| actions/*: ref-pin | ||
| astral-sh/setup-uv: ref-pin | ||
| codecov/codecov-action: ref-pin | ||
| conda-incubator/setup-miniconda: ref-pin | ||
| mamba-org/setup-micromamba: ref-pin | ||
| heliophysicsPy/pyhc-actions/*: ref-pin | ||
| pypa/*: ref-pin | ||
| scientific-python/*: ref-pin | ||
| ts-graphviz/setup-graphviz: ref-pin |
Member
Author
There was a problem hiding this comment.
These are GitHub actions repositories that we trust enough to not pin to an exact hash. Copied from PlasmaPy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Test that the GitHub workflows added in #6 are working.
Important
This pull request marks a milestone: getting our first CI failures with GitHub workflows! Time to party like it's 1999!
Motivation
Based on sensible security settings, the workflows had to be merged before being able to tell whether they are working or not.
Details