Skip to content

Commit 02f5be3

Browse files
lpcoxCopilot
andauthored
fix: recompile all workflow lock files (#4167)
Regenerate lock files with gh aw compile and apply post-processing to sync with current .md sources. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 162ad82 commit 02f5be3

39 files changed

Lines changed: 1591 additions & 2076 deletions

.github/aw/actions-lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"version": "v5.0.5",
1616
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
1717
},
18+
"actions/checkout@v4": {
19+
"repo": "actions/checkout",
20+
"version": "v4",
21+
"sha": "34e114876b0b11c390a56381ad16ebd13914f8d5"
22+
},
1823
"actions/checkout@v6.0.2": {
1924
"repo": "actions/checkout",
2025
"version": "v6.0.2",
@@ -75,6 +80,11 @@
7580
"version": "v4.1.0",
7681
"sha": "d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5"
7782
},
83+
"github/gh-aw-actions/setup-cli@v0.76.1": {
84+
"repo": "github/gh-aw-actions/setup-cli",
85+
"version": "v0.76.1",
86+
"sha": "46d564922b082d0db93244972e8005ea6904ee5f"
87+
},
7888
"github/gh-aw-actions/setup@v0.76.1": {
7989
"repo": "github/gh-aw-actions/setup",
8090
"version": "v0.76.1",

.github/workflows/agentics-maintenance.yml

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
1313
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
1414
#
15-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.77.5). DO NOT EDIT.
15+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.76.1). DO NOT EDIT.
1616
#
1717
# To regenerate this workflow, run:
1818
# gh aw compile
@@ -93,7 +93,7 @@ jobs:
9393
pull-requests: write
9494
steps:
9595
- name: Setup Scripts
96-
uses: github/gh-aw-actions/setup@v0.77.5
96+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
9797
with:
9898
destination: ${{ runner.temp }}/gh-aw/actions
9999

@@ -131,7 +131,7 @@ jobs:
131131
actions: write
132132
steps:
133133
- name: Setup Scripts
134-
uses: github/gh-aw-actions/setup@v0.77.5
134+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
135135
with:
136136
destination: ${{ runner.temp }}/gh-aw/actions
137137

@@ -160,7 +160,7 @@ jobs:
160160
persist-credentials: false
161161

162162
- name: Setup Scripts
163-
uses: github/gh-aw-actions/setup@v0.77.5
163+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
164164
with:
165165
destination: ${{ runner.temp }}/gh-aw/actions
166166

@@ -175,9 +175,9 @@ jobs:
175175
await main();
176176
177177
- name: Install gh-aw
178-
uses: github/gh-aw-actions/setup-cli@v0.77.5
178+
uses: github/gh-aw-actions/setup-cli@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
179179
with:
180-
version: v0.77.5
180+
version: v0.76.1
181181

182182
- name: Run operation
183183
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -205,7 +205,7 @@ jobs:
205205
pull-requests: write
206206
steps:
207207
- name: Setup Scripts
208-
uses: github/gh-aw-actions/setup@v0.77.5
208+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
209209
with:
210210
destination: ${{ runner.temp }}/gh-aw/actions
211211

@@ -251,7 +251,7 @@ jobs:
251251
persist-credentials: false
252252

253253
- name: Setup Scripts
254-
uses: github/gh-aw-actions/setup@v0.77.5
254+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
255255
with:
256256
destination: ${{ runner.temp }}/gh-aw/actions
257257

@@ -295,7 +295,7 @@ jobs:
295295
persist-credentials: false
296296

297297
- name: Setup Scripts
298-
uses: github/gh-aw-actions/setup@v0.77.5
298+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
299299
with:
300300
destination: ${{ runner.temp }}/gh-aw/actions
301301

@@ -310,9 +310,9 @@ jobs:
310310
await main();
311311
312312
- name: Install gh-aw
313-
uses: github/gh-aw-actions/setup-cli@v0.77.5
313+
uses: github/gh-aw-actions/setup-cli@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
314314
with:
315-
version: v0.77.5
315+
version: v0.76.1
316316

317317
- name: Create missing labels
318318
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -341,7 +341,7 @@ jobs:
341341
persist-credentials: false
342342

343343
- name: Setup Scripts
344-
uses: github/gh-aw-actions/setup@v0.77.5
344+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
345345
with:
346346
destination: ${{ runner.temp }}/gh-aw/actions
347347

@@ -356,9 +356,9 @@ jobs:
356356
await main();
357357
358358
- name: Install gh-aw
359-
uses: github/gh-aw-actions/setup-cli@v0.77.5
359+
uses: github/gh-aw-actions/setup-cli@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
360360
with:
361-
version: v0.77.5
361+
version: v0.76.1
362362

363363
- name: Restore activity report logs cache
364364
id: activity_report_logs_cache
@@ -446,7 +446,7 @@ jobs:
446446
persist-credentials: false
447447

448448
- name: Setup Scripts
449-
uses: github/gh-aw-actions/setup@v0.77.5
449+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
450450
with:
451451
destination: ${{ runner.temp }}/gh-aw/actions
452452

@@ -461,9 +461,9 @@ jobs:
461461
await main();
462462
463463
- name: Install gh-aw
464-
uses: github/gh-aw-actions/setup-cli@v0.77.5
464+
uses: github/gh-aw-actions/setup-cli@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
465465
with:
466-
version: v0.77.5
466+
version: v0.76.1
467467

468468
- name: Restore forecast report logs cache
469469
id: forecast_report_logs_cache
@@ -476,7 +476,6 @@ jobs:
476476
${{ runner.os }}-forecast-report-logs-
477477
478478
- name: Generate forecast report
479-
id: generate_forecast_report
480479
shell: bash
481480
env:
482481
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -488,20 +487,7 @@ jobs:
488487
echo "::error::Missing run summary cache in .github/aw/logs after gh aw logs warm-up; cannot run forecast."
489488
exit 1
490489
fi
491-
set +e
492-
${GH_AW_CMD_PREFIX} forecast --repo "${{ github.repository }}" --timeout 10 --json 2> >(grep -Fv "forecast is an experimental command and may change without notice" >&2) > ./.cache/gh-aw/forecast/report.json
493-
forecast_exit_code=$?
494-
set -e
495-
if [ "${forecast_exit_code}" -eq 124 ]; then
496-
echo '{"outcome":"timeout","message":"Forecast computation timed out after 10 minutes."}' > ./.cache/gh-aw/forecast/error.json
497-
echo "::error::Forecast computation timed out after 10 minutes."
498-
exit 1
499-
fi
500-
if [ "${forecast_exit_code}" -ne 0 ]; then
501-
echo '{"outcome":"error","message":"Forecast computation failed before producing a report."}' > ./.cache/gh-aw/forecast/error.json
502-
echo "::error::Forecast computation failed with exit code ${forecast_exit_code}."
503-
exit 1
504-
fi
490+
${GH_AW_CMD_PREFIX} forecast --repo "${{ github.repository }}" --json 2> >(grep -Fv "forecast is an experimental command and may change without notice" >&2) > ./.cache/gh-aw/forecast/report.json
505491
506492
- name: Save forecast report logs cache
507493
if: ${{ always() }}
@@ -511,10 +497,7 @@ jobs:
511497
key: ${{ steps.forecast_report_logs_cache.outputs.cache-primary-key }}
512498

513499
- name: Generate forecast issue
514-
if: ${{ always() }}
515500
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
516-
env:
517-
FORECAST_STEP_OUTCOME: ${{ steps.generate_forecast_report.outcome }}
518501
with:
519502
github-token: ${{ secrets.GITHUB_TOKEN }}
520503
script: |
@@ -530,7 +513,7 @@ jobs:
530513
issues: write
531514
steps:
532515
- name: Setup Scripts
533-
uses: github/gh-aw-actions/setup@v0.77.5
516+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
534517
with:
535518
destination: ${{ runner.temp }}/gh-aw/actions
536519

@@ -567,7 +550,7 @@ jobs:
567550
persist-credentials: false
568551

569552
- name: Setup Scripts
570-
uses: github/gh-aw-actions/setup@v0.77.5
553+
uses: github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
571554
with:
572555
destination: ${{ runner.temp }}/gh-aw/actions
573556

@@ -582,9 +565,9 @@ jobs:
582565
await main();
583566
584567
- name: Install gh-aw
585-
uses: github/gh-aw-actions/setup-cli@v0.77.5
568+
uses: github/gh-aw-actions/setup-cli@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
586569
with:
587-
version: v0.77.5
570+
version: v0.76.1
588571

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

0 commit comments

Comments
 (0)