Skip to content

Commit 7b73d4e

Browse files
authored
Merge pull request #2827 from canonical/failing-copilot-assignment-investigation
ci: downgrade gh aw to 0.81.6
2 parents 99a5d89 + 116428b commit 7b73d4e

3 files changed

Lines changed: 156 additions & 202 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "v9.0.0",
66
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
77
},
8-
"github/gh-aw-actions/setup-cli@v0.82.14": {
8+
"github/gh-aw-actions/setup-cli@v0.81.6": {
99
"repo": "github/gh-aw-actions/setup-cli",
10-
"version": "v0.82.14",
11-
"sha": "b6d1443e05b8716267fa19425b99aa4f12006b4a"
10+
"version": "v0.81.6",
11+
"sha": "ba6380cc6e5be5d21677bebe04d52fb48e3abec7"
1212
},
13-
"github/gh-aw-actions/setup@v0.82.14": {
13+
"github/gh-aw-actions/setup@v0.81.6": {
1414
"repo": "github/gh-aw-actions/setup",
15-
"version": "v0.82.14",
16-
"sha": "b6d1443e05b8716267fa19425b99aa4f12006b4a"
15+
"version": "v0.81.6",
16+
"sha": "ba6380cc6e5be5d21677bebe04d52fb48e3abec7"
1717
}
1818
}
1919
}

.github/workflows/agentics-maintenance.yml

Lines changed: 33 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.14). 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.81.6). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
22
#
3-
# ___ _ _
4-
# / _ \ | | (_)
5-
# | |_| | __ _ ___ _ __ | |_ _ ___
3+
# ___ _ _
4+
# / _ \ | | (_)
5+
# | |_| | __ _ ___ _ __ | |_ _ ___
66
# | _ |/ _` |/ _ \ '_ \| __| |/ __|
7-
# | | | | (_| | __/ | | | |_| | (__
7+
# | | | | (_| | __/ | | | |_| | (__
88
# \_| |_/\__, |\___|_| |_|\__|_|\___|
99
# __/ |
10-
# _ _ |___/
10+
# _ _ |___/
1111
# | | | | / _| |
1212
# | | | | ___ _ __ _ __| |_| | _____ ____
1313
# | |/\| |/ _ \ '__| |/ /| _| |/ _ \ \ /\ / / ___|
@@ -87,14 +87,16 @@ on:
8787
permissions: {}
8888

8989
jobs:
90-
close-expired-discussions:
90+
close-expired-entities:
9191
if: ${{ (!(github.event.repository.fork)) && github.event_name != 'push' && (github.event_name != 'workflow_dispatch' && github.event_name != 'workflow_call' || inputs.operation == '') }}
9292
runs-on: ubuntu-slim
9393
permissions:
9494
discussions: write
95+
issues: write
96+
pull-requests: write
9597
steps:
9698
- name: Setup Scripts
97-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
99+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
98100
with:
99101
destination: ${{ runner.temp }}/gh-aw/actions
100102

@@ -106,16 +108,6 @@ jobs:
106108
setupGlobals(core, github, context, exec, io, getOctokit);
107109
const { main } = require('${{ runner.temp }}/gh-aw/actions/close_expired_discussions.cjs');
108110
await main();
109-
close-expired-issues:
110-
if: ${{ (!(github.event.repository.fork)) && github.event_name != 'push' && (github.event_name != 'workflow_dispatch' && github.event_name != 'workflow_call' || inputs.operation == '') }}
111-
runs-on: ubuntu-slim
112-
permissions:
113-
issues: write
114-
steps:
115-
- name: Setup Scripts
116-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
117-
with:
118-
destination: ${{ runner.temp }}/gh-aw/actions
119111
120112
- name: Close expired issues
121113
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -125,16 +117,6 @@ jobs:
125117
setupGlobals(core, github, context, exec, io, getOctokit);
126118
const { main } = require('${{ runner.temp }}/gh-aw/actions/close_expired_issues.cjs');
127119
await main();
128-
close-expired-pull-requests:
129-
if: ${{ (!(github.event.repository.fork)) && github.event_name != 'push' && (github.event_name != 'workflow_dispatch' && github.event_name != 'workflow_call' || inputs.operation == '') }}
130-
runs-on: ubuntu-slim
131-
permissions:
132-
pull-requests: write
133-
steps:
134-
- name: Setup Scripts
135-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
136-
with:
137-
destination: ${{ runner.temp }}/gh-aw/actions
138120
139121
- name: Close expired pull requests
140122
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -152,7 +134,7 @@ jobs:
152134
actions: write
153135
steps:
154136
- name: Setup Scripts
155-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
137+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
156138
with:
157139
destination: ${{ runner.temp }}/gh-aw/actions
158140

@@ -181,7 +163,7 @@ jobs:
181163
persist-credentials: false
182164

183165
- name: Setup Scripts
184-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
166+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
185167
with:
186168
destination: ${{ runner.temp }}/gh-aw/actions
187169

@@ -196,9 +178,9 @@ jobs:
196178
await main();
197179
198180
- name: Install gh-aw
199-
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
181+
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
200182
with:
201-
version: v0.82.14
183+
version: v0.81.6
202184

203185
- name: Run operation
204186
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -228,7 +210,7 @@ jobs:
228210
pull-requests: write
229211
steps:
230212
- name: Setup Scripts
231-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
213+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
232214
with:
233215
destination: ${{ runner.temp }}/gh-aw/actions
234216

@@ -271,11 +253,10 @@ jobs:
271253
with:
272254
sparse-checkout: |
273255
actions
274-
clean: false
275256
persist-credentials: false
276257

277258
- name: Setup Scripts
278-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
259+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
279260
with:
280261
destination: ${{ runner.temp }}/gh-aw/actions
281262

@@ -321,7 +302,7 @@ jobs:
321302
persist-credentials: false
322303

323304
- name: Setup Scripts
324-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
305+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
325306
with:
326307
destination: ${{ runner.temp }}/gh-aw/actions
327308

@@ -336,9 +317,9 @@ jobs:
336317
await main();
337318
338319
- name: Install gh-aw
339-
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
320+
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
340321
with:
341-
version: v0.82.14
322+
version: v0.81.6
342323

343324
- name: Create missing labels
344325
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -367,7 +348,7 @@ jobs:
367348
persist-credentials: false
368349

369350
- name: Setup Scripts
370-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
351+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
371352
with:
372353
destination: ${{ runner.temp }}/gh-aw/actions
373354

@@ -382,13 +363,13 @@ jobs:
382363
await main();
383364
384365
- name: Install gh-aw
385-
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
366+
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
386367
with:
387-
version: v0.82.14
368+
version: v0.81.6
388369

389370
- name: Restore activity report logs cache
390371
id: activity_report_logs_cache
391-
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
372+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
392373
with:
393374
path: ./.cache/gh-aw/activity-report-logs
394375
key: ${{ runner.os }}-activity-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -412,7 +393,7 @@ jobs:
412393
413394
- name: Save activity report logs cache
414395
if: ${{ always() }}
415-
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
396+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
416397
with:
417398
path: ./.cache/gh-aw/activity-report-logs
418399
key: ${{ steps.activity_report_logs_cache.outputs.cache-primary-key }}
@@ -472,7 +453,7 @@ jobs:
472453
persist-credentials: false
473454

474455
- name: Setup Scripts
475-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
456+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
476457
with:
477458
destination: ${{ runner.temp }}/gh-aw/actions
478459

@@ -487,13 +468,13 @@ jobs:
487468
await main();
488469
489470
- name: Install gh-aw
490-
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
471+
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
491472
with:
492-
version: v0.82.14
473+
version: v0.81.6
493474

494475
- name: Restore forecast report logs cache
495476
id: forecast_report_logs_cache
496-
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
477+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
497478
with:
498479
path: ./.github/aw/logs
499480
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -539,7 +520,7 @@ jobs:
539520
540521
- name: Save forecast report logs cache
541522
if: ${{ always() }}
542-
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
523+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
543524
with:
544525
path: ./.github/aw/logs
545526
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -564,7 +545,7 @@ jobs:
564545
issues: write
565546
steps:
566547
- name: Setup Scripts
567-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
548+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
568549
with:
569550
destination: ${{ runner.temp }}/gh-aw/actions
570551

@@ -601,7 +582,7 @@ jobs:
601582
persist-credentials: false
602583

603584
- name: Setup Scripts
604-
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
585+
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
605586
with:
606587
destination: ${{ runner.temp }}/gh-aw/actions
607588

@@ -616,9 +597,9 @@ jobs:
616597
await main();
617598
618599
- name: Install gh-aw
619-
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
600+
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
620601
with:
621-
version: v0.82.14
602+
version: v0.81.6
622603

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

0 commit comments

Comments
 (0)