diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index 4c72fcd75e64..b31834d7ef66 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -22,7 +22,8 @@ jobs: steps: - uses: actions/checkout@v4 - + - uses: gradle/actions/wrapper-validation@v4 + - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v4 with: diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index a6bba413adda..3b014f688e85 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: "2dd7348b752d7d4722b911fe8343bd9302aed15e", + SMITHY_TS_COMMIT: "32be22a8012efec80528b583136d3f48f5a6d0d4", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {