Skip to content

Commit 2ada346

Browse files
authored
Adding diagnostic checks in codespace and local terminal setups (#1389)
1 parent b8d789c commit 2ada346

37 files changed

Lines changed: 347 additions & 573 deletions

.github/aw/actions-lock.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
{
22
"entries": {
3+
"actions/checkout@v7.0.0": {
4+
"repo": "actions/checkout",
5+
"version": "v7.0.0",
6+
"sha": "9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0"
7+
},
8+
"actions/github-script@v9.0.0": {
9+
"repo": "actions/github-script",
10+
"version": "v9.0.0",
11+
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
12+
},
13+
"github/gh-aw-actions/setup-cli@v0.82.13": {
14+
"repo": "github/gh-aw-actions/setup-cli",
15+
"version": "v0.82.13",
16+
"sha": "a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996"
17+
},
18+
"github/gh-aw-actions/setup@v0.82.13": {
19+
"repo": "github/gh-aw-actions/setup",
20+
"version": "v0.82.13",
21+
"sha": "a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996"
22+
}
323
},
424
"containers": {
525
"alpine:latest": {
626
"image": "alpine:latest",
727
"digest": "sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b",
828
"pinned_image": "alpine:latest@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b"
9-
},
10-
"ghcr.io/github/gh-aw-firewall/cli-proxy:0.27.11": {
11-
"image": "ghcr.io/github/gh-aw-firewall/cli-proxy:0.27.11",
12-
"digest": "sha256:1f989a7f2869c6a1b5f76bbbc645027966aa7e87b066d94734a901a7f371dfcd",
13-
"pinned_image": "ghcr.io/github/gh-aw-firewall/cli-proxy:0.27.11@sha256:1f989a7f2869c6a1b5f76bbbc645027966aa7e87b066d94734a901a7f371dfcd"
1429
}
1530
}
1631
}

.github/workflows/agentics-maintenance.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
discussions: write
9595
steps:
9696
- name: Setup Scripts
97-
uses: github/gh-aw-actions/setup@v0.82.13
97+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
116+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
135+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
155+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
184+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
185185
with:
186186
destination: ${{ runner.temp }}/gh-aw/actions
187187

@@ -196,7 +196,7 @@ jobs:
196196
await main();
197197
198198
- name: Install gh-aw
199-
uses: github/gh-aw-actions/setup-cli@v0.82.13
199+
uses: github/gh-aw-actions/setup-cli@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
200200
with:
201201
version: v0.82.13
202202

@@ -228,7 +228,7 @@ jobs:
228228
pull-requests: write
229229
steps:
230230
- name: Setup Scripts
231-
uses: github/gh-aw-actions/setup@v0.82.13
231+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
278+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
324+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
325325
with:
326326
destination: ${{ runner.temp }}/gh-aw/actions
327327

@@ -336,7 +336,7 @@ jobs:
336336
await main();
337337
338338
- name: Install gh-aw
339-
uses: github/gh-aw-actions/setup-cli@v0.82.13
339+
uses: github/gh-aw-actions/setup-cli@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
340340
with:
341341
version: v0.82.13
342342

@@ -367,7 +367,7 @@ jobs:
367367
persist-credentials: false
368368

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

@@ -382,7 +382,7 @@ jobs:
382382
await main();
383383
384384
- name: Install gh-aw
385-
uses: github/gh-aw-actions/setup-cli@v0.82.13
385+
uses: github/gh-aw-actions/setup-cli@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
386386
with:
387387
version: v0.82.13
388388

@@ -472,7 +472,7 @@ jobs:
472472
persist-credentials: false
473473

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

@@ -487,7 +487,7 @@ jobs:
487487
await main();
488488
489489
- name: Install gh-aw
490-
uses: github/gh-aw-actions/setup-cli@v0.82.13
490+
uses: github/gh-aw-actions/setup-cli@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
491491
with:
492492
version: v0.82.13
493493

@@ -564,7 +564,7 @@ jobs:
564564
issues: write
565565
steps:
566566
- name: Setup Scripts
567-
uses: github/gh-aw-actions/setup@v0.82.13
567+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
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@v0.82.13
604+
uses: github/gh-aw-actions/setup@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
605605
with:
606606
destination: ${{ runner.temp }}/gh-aw/actions
607607

@@ -616,7 +616,7 @@ jobs:
616616
await main();
617617
618618
- name: Install gh-aw
619-
uses: github/gh-aw-actions/setup-cli@v0.82.13
619+
uses: github/gh-aw-actions/setup-cli@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
620620
with:
621621
version: v0.82.13
622622

.github/workflows/aw-accuracy-reviewer.lock.yml

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw-actions/setup-cli@v0.82.13
24+
uses: github/gh-aw-actions/setup-cli@a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996 # v0.82.13
2525
with:
2626
version: v0.82.13

0 commit comments

Comments
 (0)