Normalize GH workflows#279
Merged
Merged
Conversation
jaymzh
force-pushed
the
dco
branch
3 times, most recently
from
June 13, 2026 20:37
72405fa to
c7d59d4
Compare
tpowell-progress
previously approved these changes
Jun 16, 2026
sean-sype-simmons
previously approved these changes
Jun 18, 2026
jaymzh
dismissed stale reviews from sean-sype-simmons and tpowell-progress
via
July 14, 2026 22:18
e578cfd
jaymzh
force-pushed
the
dco
branch
2 times, most recently
from
July 14, 2026 23:14
e578cfd to
efe722f
Compare
tpowell-progress
previously approved these changes
Jul 15, 2026
sean-sype-simmons
requested changes
Jul 15, 2026
| checks: read | ||
| contents: read | ||
| steps: | ||
| - uses: wechuli/allcheckspassed@v1 |
Contributor
There was a problem hiding this comment.
with new recent security 3rd party mesaures, we are required to pin these checks (and others) like so:
wechuli/allcheckspassed@94f72d166474c98e0dfbfbab0e13a7bcdebca002 # v2.2.0
| name: DCO Check | ||
| steps: | ||
| - name: Get PR Commits | ||
| uses: actionshub/get-pr-commits@main |
Contributor
There was a problem hiding this comment.
Suggested change
| uses: actionshub/get-pr-commits@main | |
| uses: actionshub/get-pr-commits@${sha} |
Collaborator
Author
|
@sean-sype-simmons - I've seen those conversions happening, but it has not yet happened in this Repo, none of the other ones are hash-pinned. How about we convert those at once, there's nice tools to do that. Let's not half-convert this repo in this PR and then having someone think it's done, that'd be worse for security. |
sean-sype-simmons
previously approved these changes
Jul 15, 2026
* Add Standalone DCO check * Add linters * Remove "archived" version of mail-branch-pull-requests * add "check all" check Signed-off-by: Phil Dibowitz <phil@ipom.com>
jaymzh
dismissed stale reviews from sean-sype-simmons and tpowell-progress
via
July 15, 2026 18:28
81ac8b4
sean-sype-simmons
approved these changes
Jul 15, 2026
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.
NOTE: When you merge this, please add 'all checks' to required checks for this repo and remove 'dco' and 'expeditor' (they'll be caught by allchecks)
Signed-off-by: Phil Dibowitz phil@ipom.com