feat(workflow): security hardening + AccessLint-Distribution URL migration + SHA256 verification#1
Open
SyncTekLLC wants to merge 1 commit into
Open
Conversation
…all step - Add SHA256SUMS checksum verification for pinned version installs (skipped for latest) - Add actions/upload-artifact@v4 step to expose accesslint-reports as a workflow artifact - URL was already migrated to SyncTek-LLC/AccessLint-Distribution; exit-code handling already correct Closes beta-validation validation cycle 2026-02-08. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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.
Summary
latestsince there is no pinned tag to fetch from)actions/upload-artifact@v4step so callers getaccesslint-reportsas a downloadable workflow artifact without needing to add it themselvesSyncTek-LLC/AccessLint-Distributionin the existing action; exit-code 0/1/2 handling was already correct — no changes needed for those itemsCanonical home assessment
The
permissions: contents: readimprovement from beta-validation PR #1 is workflow-level and cannot live inaction.yml. The URL migration and exit-code improvements were already present. SHA256 verification and artifact upload are the two genuinely missing pieces — both now ported here.Test plan
version: v1.2.0) against a real runneraccesslint-reportsappears in Actions UI after a runlatestversion skips checksum verification without errorRelated
Closes validation cycle from
accesslint-beta-validation-20260208-014340#1(that repo's PR being closed separately per Chairman cleanup 2026-04-29).🤖 Generated with Claude Code