Skip to content

Fix github action version by hash #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025

Conversation

atm-snag2
Copy link

What

  • Fix version of github actions by hash

@Copilot Copilot AI review requested due to automatic review settings May 28, 2025 02:18
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Copy link

@Copilot 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

Pins GitHub Actions to specific commit SHAs to ensure stable, reproducible workflow runs

  • Updated actions/checkout to use a commit SHA with a comment for the tag version
  • Updated ruby/setup-ruby to use a commit SHA with a comment for the tag version
Comments suppressed due to low confidence (2)

.github/workflows/test.yml:22

  • [nitpick] The commit SHA for actions/checkout is duplicated across multiple jobs; consider extracting it into a YAML anchor or reusable workflow to simplify updates.
-      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/test.yml:23

  • [nitpick] The commit SHA for ruby/setup-ruby is duplicated across multiple jobs; consider extracting it into a YAML anchor or reusable workflow to simplify updates.
-      - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0

@atm-snag2 atm-snag2 self-assigned this May 28, 2025
@atm-snag2 atm-snag2 requested review from a team and tomoasleep and removed request for a team May 28, 2025 02:19
@atm-snag2 atm-snag2 merged commit fd01bd2 into master May 28, 2025
4 checks passed
@atm-snag2 atm-snag2 deleted the fix-github-action-version-by-hash branch May 28, 2025 02:20
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