Skip to content

fix: pin dependabot-automerge reusable workflow to SHA#133

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-85-20260419-1933
Open

fix: pin dependabot-automerge reusable workflow to SHA#133
don-petry wants to merge 2 commits intomainfrom
claude/issue-85-20260419-1933

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

Summary

Pin the dependabot-automerge-reusable.yml reference from the floating @v1 tag to its resolved commit SHA to satisfy the action-pinning policy.

Before:

uses: petry-projects/.github/.github/workflows/dependabot-automerge-reusable.yml@v1

After:

uses: petry-projects/.github/.github/workflows/dependabot-automerge-reusable.yml@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1

The SHA was verified via gh api repos/petry-projects/.github/git/refs/tags/v1 and confirmed as a direct commit reference (not an annotated tag object).

Closes #85

Generated with Claude Code

Pin `dependabot-automerge-reusable.yml` reference from floating `@v1`
tag to its resolved commit SHA to satisfy the action-pinning policy.

Closes #85

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 19, 2026 19:44
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 19, 2026

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 45 minutes and 21 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 45 minutes and 21 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2fc15e88-8300-481b-95b9-6a15862e9428

📥 Commits

Reviewing files that changed from the base of the PR and between bca8483 and 808a35e.

📒 Files selected for processing (1)
  • .github/workflows/dependabot-automerge.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-85-20260419-1933

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@don-petry
Copy link
Copy Markdown
Contributor Author

Self-review complete — no issues found. The change is a minimal one-line update pinning the floating @v1 tag to its resolved commit SHA ee22b427cbce9ecadcf2b436acb57c3adf0cb63d, exactly as required by the action-pinning policy.

@don-petry as CODEOWNER, please review and merge when CI is green.

@sonarqubecloud
Copy link
Copy Markdown

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

Pins the Dependabot automerge reusable workflow reference to an immutable commit SHA to comply with the org action-pinning policy (closes #85).

Changes:

  • Updated .github/workflows/dependabot-automerge.yml to use a resolved commit SHA instead of the floating @v1 tag for the reusable workflow.

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

@don-petry
Copy link
Copy Markdown
Contributor Author

Automated review — APPROVED

Risk: MEDIUM
Reviewed commit: 4fdb3eae7b9a951772b5e447ce11e2c7dd2bc6d3
Cascade: triage → deep (see triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6 for models)

Summary

Single-line change in a GitHub Actions workflow pinning a reusable workflow reference from a floating @v1 tag to its resolved commit SHA ee22b427cbce9ecadcf2b436acb57c3adf0cb63d. The SHA was independently verified against the v1 tag in petry-projects/.github and confirmed correct (direct commit, not annotated object). All CI checks passed (AgentShield, CodeQL, SonarCloud, CodeRabbit) and the change closes issue #85 per the org's action-pinning policy.

Findings

Info

  • .github/workflows/dependabot-automerge.yml:39 — Change replaces mutable floating tag @v1 with immutable SHA pin — this is a security improvement, not a risk. SHA independently verified: ee22b427cbce9ecadcf2b436acb57c3adf0cb63d matches refs/tags/v1 in petry-projects/.github (type: commit, not annotated tag).
  • (triage-failure) Triage tier escalated with signal triage-output-invalid (tier 1 failure, not a signal about the PR itself). Deep review found no issues warranting further escalation.

CI status

All CI checks passed: AgentShield (SUCCESS), CodeQL (SUCCESS), SonarCloud (SUCCESS, 0 issues, 0 security hotspots), CodeRabbit (SUCCESS). Backend/Frontend CI and dependency audit correctly skipped (no source or dependency changes).


Reviewed by the don-petry PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6). Reply with @don-petry if you need a human.

@don-petry don-petry enabled auto-merge (squash) April 20, 2026 12:02
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.

Compliance: unpinned-actions-dependabot-automerge.yml

2 participants