Skip to content

Commit d21159d

Browse files
chore(deps): pin sbt/setup-sbt action to 69a46ab (#1916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef98761 commit d21159d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/repotests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
run: |
172172
chmod +x contrib/free_disk_space.sh
173173
./contrib/free_disk_space.sh
174-
- uses: sbt/[email protected]
174+
- uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8
175175
- name: Install bazelisk - linux
176176
if: matrix.os == 'ubuntu-24.04'
177177
run: |
@@ -709,7 +709,7 @@ jobs:
709709
with:
710710
distribution: 'temurin'
711711
java-version: '21'
712-
- uses: sbt/[email protected]
712+
- uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8
713713
- uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1
714714
with:
715715
apps: scala3 scalac
@@ -919,7 +919,7 @@ jobs:
919919
with:
920920
distribution: 'temurin'
921921
java-version: ${{ matrix.java-version }}
922-
- uses: sbt/[email protected]
922+
- uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8
923923
- uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1
924924
with:
925925
apps: scala3 scalac
@@ -935,7 +935,7 @@ jobs:
935935
run: |
936936
chmod +x contrib/free_disk_space.sh
937937
./contrib/free_disk_space.sh
938-
- uses: sbt/[email protected]
938+
- uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8
939939
- name: Install bazelisk - linux
940940
if: matrix.os == 'ubuntu-24.04'
941941
run: |

0 commit comments

Comments
 (0)