Skip to content

Compute checksums for reusable workflows #221

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 1 commit into from
May 3, 2025

Conversation

ericcornelissen
Copy link
Collaborator

@ericcornelissen ericcornelissen commented May 1, 2025

Closes #215
Relates to #209

Summary

Expand the initialization, updating, and verification to cover reusable workflows in the checksums, including the transitive actions used in those reusable workflows.

@ericcornelissen ericcornelissen added the enhancement New feature or request label May 1, 2025
@ericcornelissen ericcornelissen force-pushed the 215-reusable-workflows branch from 479551b to 2e62433 Compare May 3, 2025 09:37
@ericcornelissen ericcornelissen marked this pull request as ready for review May 3, 2025 09:40
Expand the initialization, updating, and verification to cover reusable
workflows in the checksums, including the transitive actions used in
those reusable workflows. A reusable workflow is a workflow that is
referenced in the `uses:` value of a job and is simply some other
workflow that will run when that job would [1].

Also, correct a typo in the output when there verification detected
problems.

--
1. https://docs.github.com/en/actions/sharing-automations/reusing-workflows
@ericcornelissen ericcornelissen force-pushed the 215-reusable-workflows branch from 2e62433 to cf6e5e1 Compare May 3, 2025 09:53
@ericcornelissen ericcornelissen merged commit 9b238ec into main May 3, 2025
14 checks passed
@ericcornelissen ericcornelissen deleted the 215-reusable-workflows branch May 3, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checksums for reusable workflows
1 participant