From 64626008cf41a4d86c031d952fb56b385e23bb10 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 6 Oct 2025 13:28:11 +0200 Subject: [PATCH] [BUILD] refer to setup-sbt by hash as required by https://infra.apache.org/github-actions-policy.html --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 249bd33..310f0ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: /home/runner/deps/spark-${{ env.SPARK_VERSION }}-bin-hadoop${{ env.HADOOP_VERSION }} - name: Setup SBT - uses: sbt/setup-sbt@v1 + uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 - name: Setup Apache Spark if: steps.cache.outputs.cache-hit != 'true'