chore(deps): update stranske/workflows digest to 62ed0a8 - #779
chore(deps): update stranske/workflows digest to 62ed0a8#779renovate[bot] wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughTwo lines in ChangesWorkflow Action SHA Bump
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 state fingerprint for Agents Gate Followups. Do not edit. |
|
Workflow state fingerprint for Keepalive Loop Reporter. Do not edit. |
Workflow source neededPR #779 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. |
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 @.github/workflows/agents-guard.yml:
- Line 114: The pinned SHA for the
stranske/Workflows/.github/actions/setup-api-client action in agents-guard.yml
is part of a synced workflow set managed through .github/sync-manifest.yml and
should not be edited locally. Instead of updating the SHA directly in this file,
apply the change upstream in the stranske/Workflows repository first, then
trigger the sync process through the manifest-managed flow to bring the changes
back into agents-guard.yml. This applies to both line 114 and line 183 where the
setup-api-client action is referenced.
🪄 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: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 6d441d6f-eeaa-4252-bec3-3d1aa100e78e
📒 Files selected for processing (1)
.github/workflows/agents-guard.yml
🔗 Linked repositories identified
CodeRabbit considers these linked repositories for cross-repo context during reviews:
stranske/Workflows(auto-detected)
📜 Review details
🧰 Additional context used
📓 Path-based instructions (4)
.github/workflows/**/*.yml
📄 CodeRabbit inference engine (.github/copilot-instructions.md)
.github/workflows/**/*.yml: Do not add top-levelpermissions:block onworkflow_callreusable workflows - this conflicts with caller permissions
Avoid invalid YAML syntax, invalid permission scopes, and circular workflow references when creating GitHub Actions workflows
Files:
.github/workflows/agents-guard.yml
.github/workflows/*.yml
📄 CodeRabbit inference engine (CLAUDE.md)
First-party consumers should reference reusable workflows with
@mainunless intentionally pinning to an exact commit SHA for a controlled reasonReference reusable workflows with
@mainunless intentionally pinning to an exact commit SHA for a controlled reason
Files:
.github/workflows/agents-guard.yml
{.github/workflows/agents-*.yml,.github/workflows/autofix.yml,.github/codex/**,docs/**}
📄 CodeRabbit inference engine (CLAUDE.md)
Synced workflows, prompts, scripts, and consumer docs are managed through
.github/sync-manifest.ymlin Workflows — do not edit them locally unless fixing upstream first
Files:
.github/workflows/agents-guard.yml
{.github/workflows/agents-*.yml,.github/workflows/autofix.yml,.github/codex/**/*}
📄 CodeRabbit inference engine (AGENTS.md)
Do not edit synced workflows (
agents-*.yml,autofix.yml), prompts in.github/codex/, or synced scripts/docs locally; fix them instranske/Workflowsfirst
Files:
.github/workflows/agents-guard.yml
| 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 this synced workflow locally; update upstream first.
This file is in the synced agents-*.yml set, so changing pinned SHAs here violates the sync contract and can be overwritten/drift from source-of-truth. Please apply this SHA bump in stranske/Workflows and sync it back through the manifest-managed flow.
As per coding guidelines: “Synced workflows … are managed through .github/sync-manifest.yml … do not edit them locally unless fixing upstream first” and “Do not edit synced workflows (agents-*.yml …) locally; fix them in stranske/Workflows first.”
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 @.github/workflows/agents-guard.yml at line 114, The pinned SHA for the
stranske/Workflows/.github/actions/setup-api-client action in agents-guard.yml
is part of a synced workflow set managed through .github/sync-manifest.yml and
should not be edited locally. Instead of updating the SHA directly in this file,
apply the change upstream in the stranske/Workflows repository first, then
trigger the sync process through the manifest-managed flow to bring the changes
back into agents-guard.yml. This applies to both line 114 and line 183 where the
setup-api-client action is referenced.
Source: Coding guidelines
|
Closing as superseded by the Workflows source-of-truth fix in stranske/Workflows#2503 and the successful Maint 68 sync run 27994806712. This PR only edits a managed synced workflow file, so the consumer should receive the canonical update through template sync instead of a local Renovate digest PR. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.