From 92e87982abe15d799b826b198dc0ce34c5f26152 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:34:23 +0000 Subject: [PATCH] Pin sbt/setup-sbt action to 96cf3f0 --- .github/workflows/build-all-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all-samples.yml b/.github/workflows/build-all-samples.yml index 43598558..6b87e8ab 100644 --- a/.github/workflows/build-all-samples.yml +++ b/.github/workflows/build-all-samples.yml @@ -18,7 +18,7 @@ jobs: with: java-version: 21 distribution: temurin - - uses: sbt/setup-sbt@v1 + - uses: sbt/setup-sbt@96cf3f09dc501acdad7807fffe97dba9fa0709be # v1 - name: 'Build all samples using JShell' run: java src/Builder.java - name: 'Check automation for updating versions'