Skip to content

Commit 9a349e0

Browse files
authored
Merge pull request #2821 from canonical/failing-gh-aw-action-investigation
ci: recompile gh workflow for copilot assignment
2 parents 6701e2c + 9865ccf commit 9a349e0

3 files changed

Lines changed: 58 additions & 34 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"version": "v9.0.0",
66
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
77
},
8+
"github/gh-aw-actions/setup-cli@v0.82.14": {
9+
"repo": "github/gh-aw-actions/setup-cli",
10+
"version": "v0.82.14",
11+
"sha": "b6d1443e05b8716267fa19425b99aa4f12006b4a"
12+
},
813
"github/gh-aw-actions/setup@v0.82.14": {
914
"repo": "github/gh-aw-actions/setup",
1015
"version": "v0.82.14",

.github/workflows/agentics-maintenance.yml

Lines changed: 52 additions & 33 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.81.6). 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.14). 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,16 +87,14 @@ on:
8787
permissions: {}
8888

8989
jobs:
90-
close-expired-entities:
90+
close-expired-discussions:
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
9795
steps:
9896
- name: Setup Scripts
99-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
97+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
10098
with:
10199
destination: ${{ runner.temp }}/gh-aw/actions
102100

@@ -108,6 +106,16 @@ jobs:
108106
setupGlobals(core, github, context, exec, io, getOctokit);
109107
const { main } = require('${{ runner.temp }}/gh-aw/actions/close_expired_discussions.cjs');
110108
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
111119

112120
- name: Close expired issues
113121
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -117,6 +125,16 @@ jobs:
117125
setupGlobals(core, github, context, exec, io, getOctokit);
118126
const { main } = require('${{ runner.temp }}/gh-aw/actions/close_expired_issues.cjs');
119127
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
120138

121139
- name: Close expired pull requests
122140
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -134,7 +152,7 @@ jobs:
134152
actions: write
135153
steps:
136154
- name: Setup Scripts
137-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
155+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
138156
with:
139157
destination: ${{ runner.temp }}/gh-aw/actions
140158

@@ -163,7 +181,7 @@ jobs:
163181
persist-credentials: false
164182

165183
- name: Setup Scripts
166-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
184+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
167185
with:
168186
destination: ${{ runner.temp }}/gh-aw/actions
169187

@@ -178,9 +196,9 @@ jobs:
178196
await main();
179197
180198
- name: Install gh-aw
181-
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
199+
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
182200
with:
183-
version: v0.81.6
201+
version: v0.82.14
184202

185203
- name: Run operation
186204
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -210,7 +228,7 @@ jobs:
210228
pull-requests: write
211229
steps:
212230
- name: Setup Scripts
213-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
231+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
214232
with:
215233
destination: ${{ runner.temp }}/gh-aw/actions
216234

@@ -253,10 +271,11 @@ jobs:
253271
with:
254272
sparse-checkout: |
255273
actions
274+
clean: false
256275
persist-credentials: false
257276

258277
- name: Setup Scripts
259-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
278+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
260279
with:
261280
destination: ${{ runner.temp }}/gh-aw/actions
262281

@@ -302,7 +321,7 @@ jobs:
302321
persist-credentials: false
303322

304323
- name: Setup Scripts
305-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
324+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
306325
with:
307326
destination: ${{ runner.temp }}/gh-aw/actions
308327

@@ -317,9 +336,9 @@ jobs:
317336
await main();
318337
319338
- name: Install gh-aw
320-
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
339+
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
321340
with:
322-
version: v0.81.6
341+
version: v0.82.14
323342

324343
- name: Create missing labels
325344
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -348,7 +367,7 @@ jobs:
348367
persist-credentials: false
349368

350369
- name: Setup Scripts
351-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
370+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
352371
with:
353372
destination: ${{ runner.temp }}/gh-aw/actions
354373

@@ -363,13 +382,13 @@ jobs:
363382
await main();
364383
365384
- name: Install gh-aw
366-
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
385+
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
367386
with:
368-
version: v0.81.6
387+
version: v0.82.14
369388

370389
- name: Restore activity report logs cache
371390
id: activity_report_logs_cache
372-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
391+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
373392
with:
374393
path: ./.cache/gh-aw/activity-report-logs
375394
key: ${{ runner.os }}-activity-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -393,7 +412,7 @@ jobs:
393412
394413
- name: Save activity report logs cache
395414
if: ${{ always() }}
396-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
415+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
397416
with:
398417
path: ./.cache/gh-aw/activity-report-logs
399418
key: ${{ steps.activity_report_logs_cache.outputs.cache-primary-key }}
@@ -453,7 +472,7 @@ jobs:
453472
persist-credentials: false
454473

455474
- name: Setup Scripts
456-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
475+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
457476
with:
458477
destination: ${{ runner.temp }}/gh-aw/actions
459478

@@ -468,13 +487,13 @@ jobs:
468487
await main();
469488
470489
- name: Install gh-aw
471-
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
490+
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
472491
with:
473-
version: v0.81.6
492+
version: v0.82.14
474493

475494
- name: Restore forecast report logs cache
476495
id: forecast_report_logs_cache
477-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
496+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
478497
with:
479498
path: ./.github/aw/logs
480499
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -520,7 +539,7 @@ jobs:
520539
521540
- name: Save forecast report logs cache
522541
if: ${{ always() }}
523-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
542+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
524543
with:
525544
path: ./.github/aw/logs
526545
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
@@ -545,7 +564,7 @@ jobs:
545564
issues: write
546565
steps:
547566
- name: Setup Scripts
548-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
567+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
549568
with:
550569
destination: ${{ runner.temp }}/gh-aw/actions
551570

@@ -582,7 +601,7 @@ jobs:
582601
persist-credentials: false
583602

584603
- name: Setup Scripts
585-
uses: github/gh-aw-actions/setup@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
604+
uses: github/gh-aw-actions/setup@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
586605
with:
587606
destination: ${{ runner.temp }}/gh-aw/actions
588607

@@ -597,9 +616,9 @@ jobs:
597616
await main();
598617
599618
- name: Install gh-aw
600-
uses: github/gh-aw-actions/setup-cli@ba6380cc6e5be5d21677bebe04d52fb48e3abec7 # v0.81.6
619+
uses: github/gh-aw-actions/setup-cli@b6d1443e05b8716267fa19425b99aa4f12006b4a # v0.82.14
601620
with:
602-
version: v0.81.6
621+
version: v0.82.14
603622

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

.github/workflows/copilot-assignment.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)