Skip to content

chore(ci): Pin GitHub Actions to immutable SHAs while preserving Dependabot tag tracking#1531

Merged
jkowalleck merged 2 commits intomasterfrom
copilot/chore-pin-github-action
Apr 16, 2026
Merged

chore(ci): Pin GitHub Actions to immutable SHAs while preserving Dependabot tag tracking#1531
jkowalleck merged 2 commits intomasterfrom
copilot/chore-pin-github-action

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

Description

Pin all GitHub Actions uses: references in CI workflow files to exact immutable commit SHAs, while preserving the human-readable version tag in an inline comment so Dependabot can continue detecting and proposing upstream version updates.

Before:

uses: actions/checkout@v6

After:

uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

Files changed: .github/workflows/nodejs.yml, .github/workflows/release.yml

Resolves or fixes issue: #1530

AI Tool Disclosure

  • My contribution does not include any AI-generated content
  • My contribution includes AI-generated content, as disclosed below:
    • AI Tools: GitHub Copilot
    • LLMs and versions: Claude Sonnet 4.5
    • Prompts: Pin GitHub Actions to commit SHAs while keeping tag comments for Dependabot compatibility

Affirmation

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 15, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation
Diff coverage diff coverage (80.00%)

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6d30e9b) 2895 2682 92.64%
Head commit (dcfe1b3) 2895 (+0) 2682 (+0) 92.64% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1531) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

TIP This summary will be updated as you push new changes. Give us feedback

Copilot AI linked an issue Apr 15, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Pin GitHub actions to exact commit hashes Pin GitHub Actions to immutable SHAs while preserving Dependabot tag tracking Apr 15, 2026
Copilot AI requested a review from jkowalleck April 15, 2026 13:15
@jkowalleck jkowalleck changed the title Pin GitHub Actions to immutable SHAs while preserving Dependabot tag tracking chore(ci): Pin GitHub Actions to immutable SHAs while preserving Dependabot tag tracking Apr 16, 2026
@jkowalleck jkowalleck marked this pull request as ready for review April 16, 2026 09:43
@jkowalleck jkowalleck requested a review from a team as a code owner April 16, 2026 09:43
@jkowalleck jkowalleck merged commit 74ed32b into master Apr 16, 2026
26 of 29 checks passed
@jkowalleck jkowalleck deleted the copilot/chore-pin-github-action branch April 16, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: pin github action

2 participants