-
Notifications
You must be signed in to change notification settings - Fork 30
Use any v4 version of actions/checkout #201
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
Conversation
|
@hartwork r? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterbe the pull request seems to do three things:
- unpin action
actions/checkout - change string quoting
- adjust indentation
Let me address them one by one:
- (1) reduces pull request noise but takes away robustness and security (unless you consider
actions/checkouta place that you trust as much as yourself). I would personally go the opposite direction and pin all actions that are not yet pinned to a SHA1 to a SHA1 for max security and consistency with the others. - (2) is of arguable value to me buw why not. Should be a at least separate commit though, if not a separate pull request.
- (3) same as (2).
I trust The other significant difference is that these are not used for shipping something into a release or a production system. They're just use for testing the code.
These were due to my "GitHub Actions Workflow" extension in VS Code. It can lint and format the YAML. |
|
@peterbe I cannot approve this pull request because of C9. Please either make well separated commits or be okay without my approval. |
Fair! I subscribe to the same rule when it's a work-related PR where more is at stake. I shouldn't have been lazy. |
hartwork
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.