From 7ff0c9471c126c344996de847c7e4d0e74d91cf7 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:06:19 +0000 Subject: [PATCH 1/4] chore(ci): bump actions/checkout to v5 --- .github/workflows/codegen-ci.yml | 2 +- .github/workflows/commit-message-lint.yml | 2 +- .github/workflows/pre-commit-hooks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index b31834d7ef66..a368f04a999a 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -21,7 +21,7 @@ jobs: java: [17] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gradle/actions/wrapper-validation@v4 - name: Set up JDK ${{ matrix.java }} diff --git a/.github/workflows/commit-message-lint.yml b/.github/workflows/commit-message-lint.yml index 2f3e449485ba..cb2eee6cb994 100644 --- a/.github/workflows/commit-message-lint.yml +++ b/.github/workflows/commit-message-lint.yml @@ -10,7 +10,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v4 diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index 7e42a0dbc63e..1eb554c0eab0 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -10,7 +10,7 @@ jobs: run-pre-commit-hooks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: set up Node.js uses: actions/setup-node@v3 with: From 159922874d029cd89c4f29540c3cb040686b84b8 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:07:47 +0000 Subject: [PATCH 2/4] chore(ci): bump actions/setup-java to v5 --- .github/workflows/codegen-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index a368f04a999a..c4cefdc2af86 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -25,7 +25,7 @@ jobs: - uses: gradle/actions/wrapper-validation@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: ${{ matrix.java }} distribution: 'corretto' From b14282704a73c06e86bb37b0327f20baca85ac8a Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:08:09 +0000 Subject: [PATCH 3/4] chore(ci): bump actions/setup-node to v5 --- .github/workflows/pre-commit-hooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index 1eb554c0eab0..bcea30f3b90a 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v5 with: node-version: '18' cache: 'yarn' From d37f1fb696f9fcdc1f35a8067fe159d557067850 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:09:16 +0000 Subject: [PATCH 4/4] chore: update smithy-ts commit --- scripts/generate-clients/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 3b014f688e85..3c6f77100bd8 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "32be22a8012efec80528b583136d3f48f5a6d0d4", + SMITHY_TS_COMMIT: "a4279cac7a5dbbf67f63df7d18557b0171aabb44", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {