diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9d1b203f3..c0d2a6c55 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,7 +87,7 @@ jobs: cache-dependency-path: yarn.lock - name: Setup sbt - uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1 + uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1 ############################################################ # Lint/format checks @@ -151,7 +151,7 @@ jobs: # some runner oses don't have sbt by default - name: Setup sbt - uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1 + uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1 - name: Install Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 305afb769..806d0c45e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -86,7 +86,7 @@ jobs: # some runner oses don't have sbt by default - name: Setup sbt - uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1 + uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1 ############################################################ # Build & Package