Skip to content

Commit c4caa3e

Browse files
committed
Pin coursier/cache-action to SHA1.
1 parent 09b085d commit c4caa3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
steps:
4040
- name: Checkout code
4141
uses: actions/checkout@v6.0.2
42-
- uses: coursier/cache-action@v6
42+
# gh api repos/coursier/cache-action/commits/v6.4.9 --jq '.sha'
43+
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c
4344
- name: Setup JDK and sbt
4445
uses: actions/setup-java@v4.2.1
4546
with:

0 commit comments

Comments
 (0)