Skip to content

Commit 61770d9

Browse files
authored
Merge pull request #2536 from Hack23/gh-aw-0.82.9
Update compile-agentic-workflows.yml gh-aw-0.82.9
2 parents 95bff23 + 63bab1b commit 61770d9

19 files changed

Lines changed: 770 additions & 804 deletions

.github/aw/actions-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"version": "v7.0.1",
3636
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
3737
},
38-
"github/gh-aw-actions/setup-cli@v0.82.7": {
38+
"github/gh-aw-actions/setup-cli@v0.82.9": {
3939
"repo": "github/gh-aw-actions/setup-cli",
40-
"version": "v0.82.7",
41-
"sha": "bf7ba42ce6443bf79fa184c9c6a35de202690bfc"
40+
"version": "v0.82.9",
41+
"sha": "ca8678ca22a7aab577514482576720da641e5661"
4242
},
43-
"github/gh-aw-actions/setup@v0.82.7": {
43+
"github/gh-aw-actions/setup@v0.82.9": {
4444
"repo": "github/gh-aw-actions/setup",
45-
"version": "v0.82.7",
46-
"sha": "bf7ba42ce6443bf79fa184c9c6a35de202690bfc"
45+
"version": "v0.82.9",
46+
"sha": "ca8678ca22a7aab577514482576720da641e5661"
4747
}
4848
},
4949
"containers": {

.github/workflows/agentics-maintenance.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.7). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
1+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.9). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
22
#
33
# ___ _ _
44
# / _ \ | | (_)
@@ -94,7 +94,7 @@ jobs:
9494
discussions: write
9595
steps:
9696
- name: Setup Scripts
97-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
97+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
9898
with:
9999
destination: ${{ runner.temp }}/gh-aw/actions
100100

@@ -113,7 +113,7 @@ jobs:
113113
issues: write
114114
steps:
115115
- name: Setup Scripts
116-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
116+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
117117
with:
118118
destination: ${{ runner.temp }}/gh-aw/actions
119119

@@ -132,7 +132,7 @@ jobs:
132132
pull-requests: write
133133
steps:
134134
- name: Setup Scripts
135-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
135+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
136136
with:
137137
destination: ${{ runner.temp }}/gh-aw/actions
138138

@@ -152,7 +152,7 @@ jobs:
152152
actions: write
153153
steps:
154154
- name: Setup Scripts
155-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
155+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
156156
with:
157157
destination: ${{ runner.temp }}/gh-aw/actions
158158

@@ -181,7 +181,7 @@ jobs:
181181
persist-credentials: false
182182

183183
- name: Setup Scripts
184-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
184+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
185185
with:
186186
destination: ${{ runner.temp }}/gh-aw/actions
187187

@@ -196,9 +196,9 @@ jobs:
196196
await main();
197197
198198
- name: Install gh-aw
199-
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
199+
uses: github/gh-aw-actions/setup-cli@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
200200
with:
201-
version: v0.82.7
201+
version: v0.82.9
202202

203203
- name: Run operation
204204
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -228,7 +228,7 @@ jobs:
228228
pull-requests: write
229229
steps:
230230
- name: Setup Scripts
231-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
231+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
232232
with:
233233
destination: ${{ runner.temp }}/gh-aw/actions
234234

@@ -275,7 +275,7 @@ jobs:
275275
persist-credentials: false
276276

277277
- name: Setup Scripts
278-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
278+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
279279
with:
280280
destination: ${{ runner.temp }}/gh-aw/actions
281281

@@ -321,7 +321,7 @@ jobs:
321321
persist-credentials: false
322322

323323
- name: Setup Scripts
324-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
324+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
325325
with:
326326
destination: ${{ runner.temp }}/gh-aw/actions
327327

@@ -336,9 +336,9 @@ jobs:
336336
await main();
337337
338338
- name: Install gh-aw
339-
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
339+
uses: github/gh-aw-actions/setup-cli@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
340340
with:
341-
version: v0.82.7
341+
version: v0.82.9
342342

343343
- name: Create missing labels
344344
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -367,7 +367,7 @@ jobs:
367367
persist-credentials: false
368368

369369
- name: Setup Scripts
370-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
370+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
371371
with:
372372
destination: ${{ runner.temp }}/gh-aw/actions
373373

@@ -382,9 +382,9 @@ jobs:
382382
await main();
383383
384384
- name: Install gh-aw
385-
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
385+
uses: github/gh-aw-actions/setup-cli@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
386386
with:
387-
version: v0.82.7
387+
version: v0.82.9
388388

389389
- name: Restore activity report logs cache
390390
id: activity_report_logs_cache
@@ -472,7 +472,7 @@ jobs:
472472
persist-credentials: false
473473

474474
- name: Setup Scripts
475-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
475+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
476476
with:
477477
destination: ${{ runner.temp }}/gh-aw/actions
478478

@@ -487,9 +487,9 @@ jobs:
487487
await main();
488488
489489
- name: Install gh-aw
490-
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
490+
uses: github/gh-aw-actions/setup-cli@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
491491
with:
492-
version: v0.82.7
492+
version: v0.82.9
493493

494494
- name: Restore forecast report logs cache
495495
id: forecast_report_logs_cache
@@ -564,7 +564,7 @@ jobs:
564564
issues: write
565565
steps:
566566
- name: Setup Scripts
567-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
567+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
568568
with:
569569
destination: ${{ runner.temp }}/gh-aw/actions
570570

@@ -601,7 +601,7 @@ jobs:
601601
persist-credentials: false
602602

603603
- name: Setup Scripts
604-
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
604+
uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
605605
with:
606606
destination: ${{ runner.temp }}/gh-aw/actions
607607

@@ -616,9 +616,9 @@ jobs:
616616
await main();
617617
618618
- name: Install gh-aw
619-
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
619+
uses: github/gh-aw-actions/setup-cli@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9
620620
with:
621-
version: v0.82.7
621+
version: v0.82.9
622622

623623
- name: Validate workflows and file issue on findings
624624
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

.github/workflows/compile-agentic-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Install gh-aw CLI
5151
run: |
52-
GH_AW_VERSION="v0.82.7"
52+
GH_AW_VERSION="v0.82.9"
5353
gh extension install github/gh-aw --pin "$GH_AW_VERSION"
5454
env:
5555
GH_TOKEN: ${{ secrets.COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Install gh-aw CLI
9191
run: |
92-
GH_AW_VERSION="v0.82.7"
92+
GH_AW_VERSION="v0.82.9"
9393
gh extension install github/gh-aw --pin "$GH_AW_VERSION"
9494
env:
9595
GH_TOKEN: ${{ secrets.COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)