Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
concurrency:
group: claude-review-${{ github.repository }}
queue: max
uses: melodic-software/ci-workflows/.github/workflows/claude-review.yml@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2
uses: melodic-software/ci-workflows/.github/workflows/claude-review.yml@2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0
with:
# DEVIATION from the component, which resolves the runner through the
# governed selector: this repository is PUBLIC, and runner-policy admits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standards-sync-stuck-automerge-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ concurrency:

jobs:
alert:
uses: melodic-software/ci-workflows/.github/workflows/standards-sync-stuck-automerge-alert.yml@0f8176e87e0be518f382664779655011bf95784a # v0.17.2
uses: melodic-software/ci-workflows/.github/workflows/standards-sync-stuck-automerge-alert.yml@2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0
with:
runner: ubuntu-24.04
# Bare name under this repository's own owner — `owner/repo` is rejected
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sync:
# Real runs attest App access for the complete unfiltered manifest before
# mutation; `targets` limits reconciliation only, never attestation.
uses: melodic-software/ci-workflows/.github/workflows/standards-sync.yml@0f8176e87e0be518f382664779655011bf95784a # v0.17.2
uses: melodic-software/ci-workflows/.github/workflows/standards-sync.yml@2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0
with:
runner: ubuntu-24.04
# Schedule and push run for real (inputs is empty on those events, so
Expand Down
2 changes: 1 addition & 1 deletion components/claude-lanes/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
concurrency:
group: claude-review-${{ github.repository }}
queue: max
uses: melodic-software/ci-workflows/.github/workflows/claude-review.yml@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2
uses: melodic-software/ci-workflows/.github/workflows/claude-review.yml@2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0
with:
runner: melodic-review-ubuntu-24.04-x64
# Empty on a pull_request event, where the payload supplies the number
Expand Down
2 changes: 1 addition & 1 deletion components/claude-lanes/claude-security-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
concurrency:
group: claude-security-review-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: false
uses: melodic-software/ci-workflows/.github/workflows/claude-security-review.yml@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2
uses: melodic-software/ci-workflows/.github/workflows/claude-security-review.yml@2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0
with:
runner: melodic-review-ubuntu-24.04-x64
paths-file: .github/claude-security-paths
Expand Down
2 changes: 1 addition & 1 deletion components/managed-files-guard/managed-files-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# now contains that commit, so the pin-comment takes the convention's
# release-tag form rather than the short-SHA fallback
# (components/managed-files-guard/README.md).
uses: melodic-software/ci-workflows/.github/actions/managed-files-guard@5776760254f8b63cba44e896f51604cb755350d9 # v0.22.2
uses: melodic-software/ci-workflows/.github/actions/managed-files-guard@2c1de45aa0e1b1489afb8edfebc12cb3a4fa6ac3 # v0.24.0
with:
# `main` for the soak, per the action's own input contract ("Pin to
# a full SHA in callers once soak completes"): the guard must read
Expand Down
Loading