From dab62a39c70e0e448e93cded83f73f3d825d8f9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:30:26 +0000 Subject: [PATCH] Update sbt/setup-sbt action to v1.2.1 --- .github/workflows/build-all-examples.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all-examples.yml b/.github/workflows/build-all-examples.yml index 17c4ef30..433dd2e5 100644 --- a/.github/workflows/build-all-examples.yml +++ b/.github/workflows/build-all-examples.yml @@ -24,7 +24,7 @@ jobs: with: java-version: 25 distribution: liberica - - uses: sbt/setup-sbt@2e222825582620cc38d2a54e674f3c01b7c14f5d # v1.1.24 + - uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 - name: 'Build all examples' run: java src/Builder.java - name: 'Check automation for updating versions' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7d995c48..d007eacb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: with: java-version: 25 distribution: liberica - - uses: sbt/setup-sbt@2e222825582620cc38d2a54e674f3c01b7c14f5d # v1.1.24 + - uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 - name: Initialize CodeQL uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: