This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new 3f262a61 chore: pin external github actions (#238)
3f262a61 is described below
commit 3f262a613373b22e733cf3d51d47d10bce9b7482
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Jan 30 22:28:46 2026 +0100
chore: pin external github actions (#238)
per 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 cdf2ec1a..c8fda65b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: sbt
- name: Install sbt
- uses: sbt/setup-sbt@v1
+ uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
- name: Build
run: |
make SCALA_VERSION=${{ matrix.scala }} clean release