Skip to content

CI: Use hashes for GitHub Action versions#31

Merged
nselvara merged 1 commit intomainfrom
nselvara/issue30
Jan 2, 2026
Merged

CI: Use hashes for GitHub Action versions#31
nselvara merged 1 commit intomainfrom
nselvara/issue30

Conversation

@nselvara
Copy link
Owner

@nselvara nselvara commented Jan 2, 2026

Fixes #30

Copilot AI review requested due to automatic review settings January 2, 2026 00:39
@nselvara nselvara merged commit 2e23cc6 into main Jan 2, 2026
6 checks passed
@nselvara nselvara deleted the nselvara/issue30 branch January 2, 2026 00:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the security of the GitHub Actions workflow by pinning all action references to specific commit hashes instead of mutable version tags. This prevents potential supply chain attacks where action versions could be compromised.

Key Changes:

  • Converted all GitHub Action references from version tags (e.g., @v4) to commit hashes with version comments
  • Applied hash pinning to 6 different actions across the workflow
  • Removed trailing whitespace from the "Generate XUnit Viewer Report" step name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

CI: Use hashes for GitHub Action versions

2 participants