Skip to content

Conversation

@kaihowl
Copy link
Owner

@kaihowl kaihowl commented Jan 2, 2026

Summary

  • Fix GitHub Actions failure by pinning git-perf actions to master in CI workflows.

Changes

CI Workflows

  • .github/workflows/test.yml: Update action references to master:
    • kaihowl/git-perf/.github/actions/install@master (was latest)
    • kaihowl/git-perf/.github/workflows/report.yml@master (was latest)

Rationale

  • Relying on latest can introduce breaking changes or failures; pinning to master stabilizes CI until a release is made.

Test plan

  • Run CI to verify install and report steps complete successfully with master refs
  • Ensure no @latest references remain

🌿 Generated by Terry


ℹ️ Tag @terragon-labs to ask questions and address PR feedback

📎 Task: https://www.terragonlabs.com/task/9a2ced37-ba50-4c72-a2b7-9943d4da2370

Replace @latest tag with @master as recommended in the git-perf
integration tutorial. The @latest tag can cause workflow resolution
issues, while @master is the stable, documented reference.

This addresses workflow failures in PR #988 where GitHub Actions
failed to process workflows with 'workflow file issue' errors.
@terragon-labs terragon-labs bot closed this Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants