chore(deps): update stranske/workflows digest to 62ed0a8 - #2503
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughWalkthroughTwo workflow files — the main repository and template consumer repository agents-guard workflows — have their setup-api-client fallback action pinned to a new commit SHA in both pull_request_target and pull_request paths. The corresponding allowlist entry for agents-guard is re-baselined with updated fingerprints and a refreshed reason note. ChangesSetup-api-client pin bump and allowlist re-baselining
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Workflow source neededPR #2503 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely. Please do one of:
Once a valid source is present, this warning will not be reposted. |
Automated Status SummaryHead SHA: 1355e49
Coverage Overview
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@templates/consumer-repo/.github/workflows/agents-guard.yml`:
- Line 114: The setup-api-client action SHA has been patched directly in
templates/consumer-repo/.github/workflows/agents-guard.yml at lines 114 and 183,
but this file is sync-managed and should not be edited locally. Revert the SHA
bump in the template file back to the `@v1` reference. Then either make the SHA
update in the stranske/Workflows repository and sync it back to this consumer
repository, or if this is a documented repo-specific exception, update both
.github/workflows/agents-guard.yml and
templates/consumer-repo/.github/workflows/agents-guard.yml with the same change
in this PR to maintain synchronization between the main workflow and the
template workflow.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 73f6ee0d-5f60-4d6e-8882-32ec107c0b97
📒 Files selected for processing (1)
templates/consumer-repo/.github/workflows/agents-guard.yml
🔗 Linked repositories identified
CodeRabbit considers these linked repositories for cross-repo context during reviews:
stranske/Template(auto-detected)stranske/Fine-Art-Archive(auto-detected)stranske/Ready(auto-detected)stranske/Workflows-Integration-Tests(auto-detected)
| steps.eligibility.outputs.should-run == 'true' && | ||
| steps.api_client_base.outputs.available != 'true' | ||
| uses: "stranske/Workflows/.github/actions/setup-api-client@c2537cc959f2ce05926c4639d25b90678abc97bc" # v1 | ||
| uses: "stranske/Workflows/.github/actions/setup-api-client@62ed0a86b5d57062ac3d04f4519e3998858e2d96" # v1 |
There was a problem hiding this comment.
Do not patch agents-guard.yml locally; this introduces sync drift.
Line 114 and Line 183 bump the fallback SHA directly in templates/consumer-repo/.github/workflows/agents-guard.yml, but this file is sync-managed. The provided .github/workflows/agents-guard.yml context still points to @v1, so the two workflow sources are now out of sync.
Please make this change in stranske/Workflows and sync it back, or update both workflow locations in the same PR if this repo-specific exception is explicitly documented.
As per coding guidelines, "templates/consumer-repo/.github/workflows/agents-*.yml: Do not edit agents-*.yml workflows locally; fix issues in stranske/Workflows and sync back to this consumer repository" and "**/.github/workflows/*.{yml,yaml}: Any change to workflows that consumers use must be reflected in BOTH .github/workflows/ (main workflow) and templates/consumer-repo/.github/workflows/ (template)`."
Also applies to: 183-183
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@templates/consumer-repo/.github/workflows/agents-guard.yml` at line 114, The
setup-api-client action SHA has been patched directly in
templates/consumer-repo/.github/workflows/agents-guard.yml at lines 114 and 183,
but this file is sync-managed and should not be edited locally. Revert the SHA
bump in the template file back to the `@v1` reference. Then either make the SHA
update in the stranske/Workflows repository and sync it back to this consumer
repository, or if this is a documented repo-specific exception, update both
.github/workflows/agents-guard.yml and
templates/consumer-repo/.github/workflows/agents-guard.yml with the same change
in this PR to maintain synchronization between the main workflow and the
template workflow.
Source: Coding guidelines
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
c2537cc→62ed0a8Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit