Skip to content

chore: regenerate gh-aw lock files with v0.76.1#136

Merged
dawright22 merged 3 commits into
mainfrom
chore/regen-aw-lockfiles
May 28, 2026
Merged

chore: regenerate gh-aw lock files with v0.76.1#136
dawright22 merged 3 commits into
mainfrom
chore/regen-aw-lockfiles

Conversation

@arnaudlh
Copy link
Copy Markdown
Member

Summary

Regenerates gh-aw compiled lock files after upgrading the gh-aw extension from v0.74.4 to v0.76.1.

Why

The Daily Repo Status workflow failed with:

ERR_CONFIG: Lock file '.github/workflows/daily-repo-status.lock.yml' is outdated!
The workflow file '.github/workflows/daily-repo-status.md' frontmatter has changed.
Run 'gh aw compile' to regenerate the lock file.

(see run 26552948958)

Changes

Output of gh aw compile with v0.76.1:

  • .github/aw/actions-lock.json — updated action SHAs
  • .github/dependabot.yml — refreshed entries
  • .github/workflows/daily-repo-status.lock.yml — regenerated
  • .github/workflows/issue-triage-agent.lock.yml — regenerated

Validation

  • gh aw compile exits clean: 0 errors, 0 warnings
  • All 4 files are pure compiler output, no hand-edits

arnaudlh added 3 commits May 27, 2026 10:45
Run `node scripts/generate-docs.js` to sync website/docs/ with the
current state of agents, skills, workflows, plugin.json, and
marketplace.json. No source changes — generator output only.
Run 'gh aw compile' to refresh lock files after source workflow frontmatter
drift. Upgraded gh-aw extension from v0.74.4 to v0.76.1.

Regenerates:
- .github/aw/actions-lock.json
- .github/dependabot.yml
- .github/workflows/daily-repo-status.lock.yml
- .github/workflows/issue-triage-agent.lock.yml

Resolves the ERR_CONFIG 'Lock file outdated' failure in the Daily Repo Status
workflow.
The .lock.yml files under .github/workflows/ are generated by 'gh aw compile'.
Their contents (shellcheck SC2086 warnings, 'queue: max' under concurrency:)
are gh-aw compiler internals — we trust the compiler, not lint its output.

Filter the workflow file list to exclude *.lock.yml before invoking actionlint.

Fixes the actionlint failure in PR #136.
@dawright22 dawright22 self-requested a review May 28, 2026 04:50
@dawright22 dawright22 merged commit e41ba3d into main May 28, 2026
5 checks passed
@dawright22 dawright22 deleted the chore/regen-aw-lockfiles branch May 28, 2026 04:50
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