Skip to content

Conversation

@kazeburo
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings September 22, 2025 14:15
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 security by pinning GitHub Actions to specific commit hashes instead of using semantic version tags. This prevents potential supply chain attacks where malicious code could be introduced through compromised action versions.

  • Replaces semantic version references (e.g., @v4, @v5) with specific commit hashes
  • Maintains version comments for readability and reference
  • Applies changes consistently across both workflow files

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/test.yml Pins actions/checkout, actions/setup-go, and goreleaser/goreleaser-action to specific commit hashes
.github/workflows/tagpr.yml Pins actions/checkout, Songmu/tagpr, actions/setup-go, and goreleaser/goreleaser-action to specific commit hashes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@kazeburo kazeburo merged commit 632cf84 into master Sep 22, 2025
1 check passed
@kazeburo kazeburo deleted the feature/pin-actions branch September 22, 2025 14:24
@github-actions github-actions bot mentioned this pull request Sep 22, 2025
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