Skip to content

fix(ci): restore canonical agent-shield stub pinned to @v1#155

Closed
don-petry wants to merge 0 commit into
mainfrom
claude/issue-150-20260501-1332
Closed

fix(ci): restore canonical agent-shield stub pinned to @v1#155
don-petry wants to merge 0 commit into
mainfrom
claude/issue-150-20260501-1332

Conversation

@don-petry

Copy link
Copy Markdown
Contributor

Summary

  • Replaces the SHA-pinned reusable reference (@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d) with the org-standard @v1 tag reference in .github/workflows/agent-shield.yml
  • The file now matches the canonical stub from petry-projects/.github/standards/workflows/agent-shield.yml verbatim
  • This brings the repo into compliance with the non-stub-agent-shield.yml compliance check

Context

The compliance audit (issue #150) flagged that agent-shield.yml was not using the org-standard @v1 reference. A prior commit (#126) had replaced @v1 with a SHA pin, which diverges from the canonical stub format required by the org standard.

Closes #150

Generated with Claude Code

Copilot AI review requested due to automatic review settings May 1, 2026 13:34
@coderabbitai

coderabbitai Bot commented May 1, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

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

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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: 372fdcbf-a695-4a5b-b9ea-c407ee88d9bc

📥 Commits

Reviewing files that changed from the base of the PR and between 66a318b and a93aabf.

📒 Files selected for processing (1)
  • .github/workflows/agent-shield.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-150-20260501-1332

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
Review rate limit: 0/1 reviews remaining, refill in 5 minutes and 33 seconds.

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 single-line diff bringing the file verbatim in line with the canonical stub.

@don-petry — you are the code owner for .github/. Please review and merge when CI is green.

@sonarqubecloud

sonarqubecloud Bot commented May 1, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the AgentShield GitHub Actions workflow stub to comply with org standards by restoring the reusable workflow reference to the canonical @v1 tag.

Changes:

  • Replace the SHA-pinned reusable workflow reference with the org-standard @v1 tag in agent-shield.yml.

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

@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

Auto-rebase failed — merge conflict — this branch has conflicts with main that must be resolved manually.

Please resolve the conflicts and push:

git fetch origin
git merge origin/main
# resolve conflicts, then:
git add .
git commit
git push

@don-petry don-petry enabled auto-merge (squash) May 12, 2026 01:41
@don-petry don-petry closed this May 13, 2026
auto-merge was automatically disabled May 13, 2026 17:07

Pull request was closed

@don-petry don-petry force-pushed the claude/issue-150-20260501-1332 branch from a93aabf to e6e0523 Compare May 13, 2026 17:07
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: non-stub-agent-shield.yml

2 participants