Skip to content

Commit 87e73dd

Browse files
fix: regenerate agentic workflow lock files with gh-aw v0.84.2
Recompile all .lock.yml workflows and .github/aw/actions-lock.json with the pinned gh-aw v0.84.2 CLI used by the verify-compiled CI check, and restore the regenerated agentics-maintenance.yml that had been dropped. The prior commit left these generated files partially stale (mixed v0.83.1/v0.84.2 metadata), which the verify-compiled check flagged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e8c10e4 commit 87e73dd

9 files changed

Lines changed: 1225 additions & 565 deletions

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.github/workflows/*.lock.yml linguist-generated=true
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours
22

33
# Cross-platform tools rewrite these files, so keep their output deterministic.
44
java/**/*.java text eol=lf

.github/aw/actions-lock.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@
2020
"version": "v7.0.1",
2121
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
2222
},
23-
"github/gh-aw-actions/setup@v0.86.2": {
23+
"github/gh-aw-actions/setup-cli@v0.84.2": {
24+
"repo": "github/gh-aw-actions/setup-cli",
25+
"version": "v0.84.2",
26+
"sha": "fd783ac87efde5e0c0e05d593f1906ea25b5d92e"
27+
},
28+
"github/gh-aw-actions/setup@v0.84.2": {
2429
"repo": "github/gh-aw-actions/setup",
25-
"version": "v0.86.2",
26-
"sha": "6aab9e5b5c91c615506061f09bedd81a23babe3c"
30+
"version": "v0.84.2",
31+
"sha": "fd783ac87efde5e0c0e05d593f1906ea25b5d92e"
2732
}
2833
}
2934
}

.github/workflows/agentics-maintenance.yml

Lines changed: 633 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/cross-repo-issue-analysis.lock.yml

Lines changed: 173 additions & 172 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.lock.yml

Lines changed: 170 additions & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/java-adapt-handwritten-code-to-accept-upgrade-changes.lock.yml

Lines changed: 59 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/java-codegen-fix.lock.yml

Lines changed: 59 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release-changelog.lock.yml

Lines changed: 59 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/sdk-consistency-review.lock.yml

Lines changed: 63 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)