Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,11 @@
- name: "renovate"
color: "A5B4FC"
description: "Renovate bot - Automated dependency management"

- name: "cloud-routine"
color: "1D4ED8"
description: "PR/issue created by a Claude Code cloud routine (claude-code-routines)"

- name: "agentic-workflows"
color: "10B981"
description: "PR/issue created by a reusable workflow from ai-workflows"
15 changes: 12 additions & 3 deletions .github/workflows/_gh-aw-pin-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,24 @@ jobs:
sign-commits: true
branch: gh-aw/refresh-action-pins
delete-branch: true
title: "fix(deps): refresh gh-aw action SHA pins"
title: "fix(deps): refresh gh-aw action SHA pins [aw:gh-aw-pin-refresh]"
body: |
Automated refresh of action SHA pins via `gh aw compile --force-refresh-action-pins`.

Updates `actions-lock.json`, all `*.lock.yml` workflows, and
`agentics-maintenance.yml` with consistent, freshly-resolved SHAs.
SHAs younger than 24h are held back to their predecessor (supply-chain soak).
labels: dependencies
commit-message: "fix(deps): refresh gh-aw action SHA pins"

---

## Provenance

- **Generated by:** [`_gh-aw-pin-refresh` reusable workflow](https://github.com/JacobPEvans/.github/blob/main/.github/workflows/_gh-aw-pin-refresh.yml) - called from `ai-workflows/.github/workflows/gh-aw-pin-refresh.yml` and consumer repos' wrappers
- **Triggered:** Scheduled (Mon/Thu 12:00 UTC) or manual `workflow_dispatch`.
- **Why this PR:** Refreshes pinned action SHAs so workflows pick up upstream fixes without breaking supply-chain soak (no SHAs younger than 24h).
- **Label:** `agentic-workflows`
labels: dependencies,agentic-workflows
commit-message: "fix(deps): refresh gh-aw action SHA pins [aw:gh-aw-pin-refresh]"

# Disable+re-enable handles RC3 (stale auto-merge queue: PR is CLEAN
# with auto-merge enabled but GitHub never executes the merge). The
Expand Down