Skip to content

Commit b1d4584

Browse files
fix: complete grouped dependency upgrades
Align the Node, Python, and Go migrations with their upgraded tooling, regenerate workflow and protocol outputs, and pin setup-just. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 92c43a6 commit b1d4584

44 files changed

Lines changed: 2546 additions & 3173 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"version": "v7.0.1",
2121
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
2222
},
23-
"github/gh-aw-actions/setup-cli@v0.83.1": {
23+
"github/gh-aw-actions/setup-cli@v0.84.2": {
2424
"repo": "github/gh-aw-actions/setup-cli",
25-
"version": "v0.83.1",
26-
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
25+
"version": "v0.84.2",
26+
"sha": "fd783ac87efde5e0c0e05d593f1906ea25b5d92e"
2727
},
28-
"github/gh-aw-actions/setup@v0.83.1": {
28+
"github/gh-aw-actions/setup@v0.84.2": {
2929
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.83.1",
31-
"sha": "8bdba8075360648fe6802302a5b4e016361dc6ac"
30+
"version": "v0.84.2",
31+
"sha": "fd783ac87efde5e0c0e05d593f1906ea25b5d92e"
3232
}
3333
}
3434
}

.github/workflows/agentics-maintenance.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.83.1). 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.84.2). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
22
#
33
# ___ _ _
44
# / _ \ | | (_)
@@ -198,7 +198,7 @@ jobs:
198198
- name: Install gh-aw
199199
uses: github/gh-aw-actions/setup-cli@fd783ac87efde5e0c0e05d593f1906ea25b5d92e # v0.84.2
200200
with:
201-
version: v0.83.1
201+
version: v0.84.2
202202

203203
- name: Run operation
204204
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -338,7 +338,7 @@ jobs:
338338
- name: Install gh-aw
339339
uses: github/gh-aw-actions/setup-cli@fd783ac87efde5e0c0e05d593f1906ea25b5d92e # v0.84.2
340340
with:
341-
version: v0.83.1
341+
version: v0.84.2
342342

343343
- name: Create missing labels
344344
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -384,7 +384,7 @@ jobs:
384384
- name: Install gh-aw
385385
uses: github/gh-aw-actions/setup-cli@fd783ac87efde5e0c0e05d593f1906ea25b5d92e # v0.84.2
386386
with:
387-
version: v0.83.1
387+
version: v0.84.2
388388

389389
- name: Restore activity report logs cache
390390
id: activity_report_logs_cache
@@ -489,7 +489,7 @@ jobs:
489489
- name: Install gh-aw
490490
uses: github/gh-aw-actions/setup-cli@fd783ac87efde5e0c0e05d593f1906ea25b5d92e # v0.84.2
491491
with:
492-
version: v0.83.1
492+
version: v0.84.2
493493

494494
- name: Restore forecast report logs cache
495495
id: forecast_report_logs_cache
@@ -618,7 +618,7 @@ jobs:
618618
- name: Install gh-aw
619619
uses: github/gh-aw-actions/setup-cli@fd783ac87efde5e0c0e05d593f1906ea25b5d92e # v0.84.2
620620
with:
621-
version: v0.83.1
621+
version: v0.84.2
622622

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

.github/workflows/codegen-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636

3737
- uses: actions/setup-go@v7
3838
with:
39-
go-version: '1.22'
39+
go-version: '1.25'
40+
cache-dependency-path: "go/go.sum"
4041

4142
# Rust generator runs `cargo fmt` on the output, so we need a toolchain with rustfmt.
4243
- name: Install Rust toolchain

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@v7
5656
with:
57-
go-version: "1.24"
57+
go-version: "1.25"
58+
cache-dependency-path: "go/go.sum"
5859

5960
# Setup .NET (for .NET SDK)
6061
- name: Set up .NET
@@ -72,13 +73,13 @@ jobs:
7273

7374
# Install just command runner
7475
- name: Install just
75-
uses: extractions/setup-just@v4
76+
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4
7677

7778
# Install gh-aw extension for advanced GitHub CLI features
7879
- name: Install gh-aw extension
7980
uses: github/gh-aw-actions/setup-cli@fd783ac87efde5e0c0e05d593f1906ea25b5d92e # v0.84.2
8081
with:
81-
version: v0.82.10
82+
version: v0.84.2
8283

8384
# Enable repository pre-commit hooks (Spotless checks for Java source changes)
8485
- name: Enable pre-commit hooks

.github/workflows/cross-repo-issue-analysis.lock.yml

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

.github/workflows/docs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- uses: actions/setup-go@v7
9393
with:
94-
go-version: "1.24"
94+
go-version: "1.25"
9595
cache-dependency-path: "go/go.sum"
9696

9797
- name: Install validation dependencies

.github/workflows/go-sdk-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
id: setup-copilot
3333
- uses: actions/setup-go@v7
3434
with:
35-
go-version: "1.24"
35+
go-version: "1.25"
36+
cache-dependency-path: "go/go.sum"
3637

3738
- name: Run go fmt
3839
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)