Skip to content

chore: pin gha and update#32

Merged
ryoppippi merged 2 commits intomainfrom
pin
Sep 19, 2025
Merged

chore: pin gha and update#32
ryoppippi merged 2 commits intomainfrom
pin

Conversation

@ryoppippi
Copy link
Copy Markdown
Contributor

@ryoppippi ryoppippi commented Sep 8, 2025

Summary by cubic

Pins and updates GitHub Actions in CI workflows to exact versions for more reliable and secure builds. No application code changes.

  • Dependencies
    • actions/checkout → v5.0.0
    • actions/setup-node → v5.0.0
    • googleapis/release-please-action → v4.3.0
    • amannn/action-semantic-pull-request → v6.1.1

Copilot AI review requested due to automatic review settings September 8, 2025 21:47
@ryoppippi ryoppippi requested a review from a team as a code owner September 8, 2025 21:47
Copy link
Copy Markdown

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 updates GitHub Actions to pin specific commit hashes instead of using version tags, following security best practices for CI/CD workflows.

  • Pins action versions using commit hashes with version comments for better security
  • Updates several GitHub Actions to newer versions (v5→v6 for semantic-pull-request, v4→v5 for checkout and setup-node)
  • Adds version comments alongside commit hashes for better maintainability

Reviewed Changes

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

File Description
.github/workflows/semantic-pull-request.yml Updates semantic-pull-request action to v6.1.1 with commit hash
.github/workflows/release-please.yml Pins release-please, checkout, and setup-node actions with commit hashes
.github/workflows/node-ci.yml Updates checkout and setup-node actions to v5.0.0 with commit hashes

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

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

@ryoppippi ryoppippi enabled auto-merge (squash) September 19, 2025 09:34
@ryoppippi ryoppippi merged commit 620d1ba into main Sep 19, 2025
2 checks passed
@ryoppippi ryoppippi deleted the pin branch September 19, 2025 09:34
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.

3 participants