fix(ci): resolve BUG-064 and BUG-065 broken community workflow actions#32
Merged
Hidden-History merged 1 commit intomainfrom Feb 13, 2026
Merged
fix(ci): resolve BUG-064 and BUG-065 broken community workflow actions#32Hidden-History merged 1 commit intomainfrom
Hidden-History merged 1 commit intomainfrom
Conversation
BUG-064: Pin hattan/verify-linked-issue-action to SHA (v1.2.0 tag never existed, latest is v1.1.5). Pinning to commit SHA for supply chain security. BUG-065: Update first-interaction@v3 input names from kebab-case to snake_case (repo-token → repo_token, issue-message → issue_message, pr-message → pr_message) per v3 breaking change. Note: CI "Community Management" checks will still fail on this PR because pull_request_target runs the workflow from the base branch (main), not from the PR branch. These are the exact bugs being fixed — they resolve after merge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4c61687 to
89f7be1
Compare
Owner
Author
Expected CI FailuresThe Community Management checks will continue to fail on this PR. This is expected and correct:
Update: Also fixed Safe to merge — the fix is correct, just can't self-validate due to |
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
hattan/verify-linked-issue-actionto commit SHAbea64a33(v1.1.5). The referencedv1.2.0tag never existed — latest upstream tag is v1.1.5. Pinned to SHA for supply chain security.actions/first-interaction@v3input names from kebab-case to snake_case (issue-message→issue_message,pr-message→pr_message) per v3 breaking change.Both bugs were pre-existing (discovered during PR #31 CI runs, reported 2026-02-10). Neither blocked merging but caused cosmetic CI failures on every PR.
Test plan
🤖 Generated with Claude Code