From 6ea0a7dee893c12806477da2b64f0a376b3ae3ef Mon Sep 17 00:00:00 2001 From: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:58:21 -0700 Subject: [PATCH 1/2] Update sbt setup action to version 1.1.22 Signed-off-by: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> --- .github/workflows/github-action-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action-build.yml b/.github/workflows/github-action-build.yml index e2dc6845e0f..63bb504afe4 100644 --- a/.github/workflows/github-action-build.yml +++ b/.github/workflows/github-action-build.yml @@ -118,7 +118,7 @@ jobs: - name: Show Python run: python --version || python3 --version - name: Setup sbt launcher - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22 - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.9 with: extraSbtFiles: '["*.sbt", "project/**.{scala,sbt}", "project/build.properties" ]' From d2ebe4ab5423ed1244a34f41dc21a75e95619d5b Mon Sep 17 00:00:00 2001 From: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:03:23 -0700 Subject: [PATCH 2/2] Update sbt setup action to version 1.1.22 Signed-off-by: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> --- .github/workflows/build-and-push-images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index e074ec30a5e..f0ded5ffa89 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -332,7 +332,7 @@ jobs: java-version: 11 - name: Setup sbt launcher - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22 - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.9 with: @@ -414,7 +414,7 @@ jobs: java-version: 11 - name: Setup sbt launcher - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22 - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.9 with: @@ -555,4 +555,4 @@ jobs: echo "### Build Status" >> $GITHUB_STEP_SUMMARY echo "- AMD64 builds: ${{ needs.build-amd64.result }}" >> $GITHUB_STEP_SUMMARY echo "- ARM64 builds: ${{ needs.build-arm64.result }}" >> $GITHUB_STEP_SUMMARY - echo "- Manifest creation: ${{ needs.create-manifests.result }}" >> $GITHUB_STEP_SUMMARY \ No newline at end of file + echo "- Manifest creation: ${{ needs.create-manifests.result }}" >> $GITHUB_STEP_SUMMARY