Skip to content

chore: upgrade gh-aw to v0.67.4 and disable secret-digger schedules#1860

Merged
lpcox merged 2 commits intomainfrom
chore/upgrade-ghaw-disable-secret-digger
Apr 9, 2026
Merged

chore: upgrade gh-aw to v0.67.4 and disable secret-digger schedules#1860
lpcox merged 2 commits intomainfrom
chore/upgrade-ghaw-disable-secret-digger

Conversation

@lpcox
Copy link
Copy Markdown
Collaborator

@lpcox lpcox commented Apr 9, 2026

Changes

1. Upgrade gh-aw v0.67.2 → v0.67.4

  • Recompiled all 26 workflow lock files with gh-aw v0.67.4
  • Updated actions-lock.json and agent documentation links
  • Ran post-processing on smoke/build-test/security lock files

2. Disable secret-digger hourly schedules

  • Removed schedule triggers from all 3 secret-digger workflows (Claude, Codex, Copilot)
  • They were running every hour and creating too much noise
  • Kept workflow_dispatch so they can still be triggered manually when needed

Files changed

  • 3 workflow .md files (secret-digger schedule removal)
  • 26 workflow .lock.yml files (recompiled)
  • .github/agents/agentic-workflows.agent.md (doc link updates)
  • .github/aw/actions-lock.json (action version pins)

- Upgrade all workflows from gh-aw v0.67.2 to v0.67.4
- Disable hourly schedule triggers on all 3 secret-digger workflows
  (Claude, Codex, Copilot) — they remain manually runnable via
  workflow_dispatch
- Recompile all lock files and run post-processing

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@lpcox lpcox requested a review from Mossaka as a code owner April 9, 2026 21:43
Copilot AI review requested due to automatic review settings April 9, 2026 21:43
@lpcox lpcox merged commit 4fba994 into main Apr 9, 2026
@lpcox lpcox deleted the chore/upgrade-ghaw-disable-secret-digger branch April 9, 2026 21:44
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 85.85% 85.95% 📈 +0.10%
Statements 85.76% 85.85% 📈 +0.09%
Functions 87.54% 87.54% ➡️ +0.00%
Branches 78.56% 78.61% 📈 +0.05%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/docker-manager.ts 86.3% → 86.6% (+0.36%) 85.9% → 86.2% (+0.35%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the repository’s agentic workflow automation to gh-aw v0.67.4 and reduces operational noise by disabling the hourly Secret Digger schedules, while keeping manual dispatch available.

Changes:

  • Recompiled workflow lock files with gh-aw v0.67.4 (new metadata/manifest headers, updated pinned action SHAs, updated runtime scripts/steps).
  • Removed schedule triggers from Secret Digger workflows (Claude/Codex/Copilot) to stop hourly runs.
  • Updated action pinning (actions-lock.json) and refreshed gh-aw documentation links in the agent doc.
Show a summary per file
File Description
.github/workflows/update-release-notes.lock.yml Recompiled to v0.67.4; updates setup action pin, runtime scripts, Safe Outputs generation wiring, and permissions.
.github/workflows/smoke-copilot.lock.yml Recompiled to v0.67.4; updates setup action pin, schedule cron expansion, versions, and Copilot driver invocation.
.github/workflows/smoke-claude.lock.yml Recompiled to v0.67.4; updates setup action pin, Claude CLI install pinning, Safe Outputs generation wiring, and minor runtime tweaks.
.github/workflows/smoke-chroot.lock.yml Recompiled to v0.67.4; updates setup action pin, versions, and Safe Outputs generation wiring.
.github/workflows/security-guard.lock.yml Recompiled to v0.67.4; updates setup action pin, Claude CLI install pinning, and Safe Outputs generation wiring.
.github/workflows/secret-digger-copilot.md Removes hourly schedule trigger; keeps workflow_dispatch.
.github/workflows/secret-digger-codex.md Removes hourly schedule trigger; keeps workflow_dispatch.
.github/workflows/secret-digger-claude.md Removes hourly schedule trigger; keeps workflow_dispatch.
.github/workflows/secret-digger-claude.lock.yml Recompiled to v0.67.4 and reflects schedule removal in the compiled workflow.
.github/workflows/cli-flag-consistency-checker.lock.yml Recompiled to v0.67.4; includes an updated weekly cron expansion and Safe Outputs wiring changes.
.github/workflows/claude-token-usage-analyzer.lock.yml Recompiled to v0.67.4; updates setup pin, AWF image tag, and Copilot driver invocation.
.github/workflows/ci-cd-gaps-assessment.lock.yml Recompiled to v0.67.4; updates setup pin, schedule cron expansion, and Safe Outputs generation wiring.
.github/aw/actions-lock.json Updates pinned gh-aw setup action versions/SHAs to v0.67.4.
.github/agents/agentic-workflows.agent.md Updates gh-aw documentation links to point at v0.67.4.

Copilot's findings

Tip

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

  • Files reviewed: 32/32 changed files
  • Comments generated: 1

Comment on lines 42 to 44
schedule:
- cron: "50 22 * * 1"
- cron: "49 21 * * 0"
# Friendly format: weekly (scattered)
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

This recompilation changes the effective weekly schedule from Monday 22:50 UTC to Sunday 21:49 UTC. Since the PR description only calls out disabling secret-digger schedules, can you confirm this broader schedule shift is intended for this workflow (and any others affected by recompilation)?

Copilot uses AI. Check for mistakes.
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.

2 participants