From 10aeebd347a692ddc0c6a8d6509656c2906f4f7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:41:35 +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 1121253c..0288c2b9 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 34ee6af1..b77f4c0b 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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: