Skip to content

Commit a733100

Browse files
authored
fix: upgrade test-coverage-improver sandbox to AWF v0.25.51
The workflow was failing because sandbox.agent.version v0.25.29 did not have binary artifacts in releases (checksums.txt returned 404). Updated to v0.25.51 (latest release with all required assets), then recompiled all workflows with `gh aw compile` and ran the required post-processing script.
1 parent 1e04434 commit a733100

39 files changed

Lines changed: 939 additions & 727 deletions

.github/aw/actions-lock.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@
7575
"version": "v4.0.0",
7676
"sha": "4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd"
7777
},
78-
"github/gh-aw-actions/setup-cli@v0.74.4": {
79-
"repo": "github/gh-aw-actions/setup-cli",
80-
"version": "v0.74.4",
81-
"sha": "d3abfe96a194bce3a523ed2093ddedd5704cdf62"
82-
},
83-
"github/gh-aw-actions/setup@v0.74.4": {
84-
"repo": "github/gh-aw-actions/setup",
85-
"version": "v0.74.4",
86-
"sha": "d3abfe96a194bce3a523ed2093ddedd5704cdf62"
87-
},
8878
"github/gh-aw/actions/setup@v0.72.1": {
8979
"repo": "github/gh-aw/actions/setup",
9080
"version": "v0.72.1",

.github/workflows/agentics-maintenance.yml

Lines changed: 21 additions & 21 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.74.4). DO NOT EDIT.
15+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.74.8). 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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
96+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
134+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
163+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
178+
uses: github/gh-aw-actions/setup-cli@v0.74.8
179179
with:
180-
version: v0.74.4
180+
version: v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
208+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
254+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
298+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
313+
uses: github/gh-aw-actions/setup-cli@v0.74.8
314314
with:
315-
version: v0.74.4
315+
version: v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
344+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
359+
uses: github/gh-aw-actions/setup-cli@v0.74.8
360360
with:
361-
version: v0.74.4
361+
version: v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
449+
uses: github/gh-aw-actions/setup@v0.74.8
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@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
464+
uses: github/gh-aw-actions/setup-cli@v0.74.8
465465
with:
466-
version: v0.74.4
466+
version: v0.74.8
467467

468468
- name: Restore forecast report logs cache
469469
id: forecast_report_logs_cache
@@ -513,7 +513,7 @@ jobs:
513513
issues: write
514514
steps:
515515
- name: Setup Scripts
516-
uses: github/gh-aw-actions/setup@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
516+
uses: github/gh-aw-actions/setup@v0.74.8
517517
with:
518518
destination: ${{ runner.temp }}/gh-aw/actions
519519

@@ -550,7 +550,7 @@ jobs:
550550
persist-credentials: false
551551

552552
- name: Setup Scripts
553-
uses: github/gh-aw-actions/setup@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
553+
uses: github/gh-aw-actions/setup@v0.74.8
554554
with:
555555
destination: ${{ runner.temp }}/gh-aw/actions
556556

@@ -565,9 +565,9 @@ jobs:
565565
await main();
566566
567567
- name: Install gh-aw
568-
uses: github/gh-aw-actions/setup-cli@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
568+
uses: github/gh-aw-actions/setup-cli@v0.74.8
569569
with:
570-
version: v0.74.4
570+
version: v0.74.8
571571

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

.github/workflows/build-test.lock.yml

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

0 commit comments

Comments
 (0)