diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index cb5a3e0f42..862c4ba3fe 100644 --- a/.github/workflows/binary-compatibility-checks.yml +++ b/.github/workflows/binary-compatibility-checks.yml @@ -50,7 +50,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index b01f4bed1a..4b824495c8 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -43,7 +43,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Code style check run: |- @@ -76,7 +76,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -140,7 +140,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -184,7 +184,7 @@ jobs: java-version: 21 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index ea9ab654f4..9925cbdfe9 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -37,7 +37,7 @@ jobs: with: persist-credentials: false - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - uses: scalacenter/sbt-dependency-submission@f43202114d7522a4b233e052f82c2eea8d658134 # v3.1.1 with: configs-ignore: provided optional test TestJdk9 compile-internal runtime-internal pr-validation multi-jvm scala-tool scala-doc-tool diff --git a/.github/workflows/generate-doc-check.yml b/.github/workflows/generate-doc-check.yml index 78432aa8f4..f062e930a3 100644 --- a/.github/workflows/generate-doc-check.yml +++ b/.github/workflows/generate-doc-check.yml @@ -43,7 +43,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml index 63f1f0e258..7760148c7b 100644 --- a/.github/workflows/headers.yml +++ b/.github/workflows/headers.yml @@ -39,7 +39,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 3357bb72f8..a19ba233fc 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -38,7 +38,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/nightly-1.0-builds.yml b/.github/workflows/nightly-1.0-builds.yml index 523edbb937..fd4bd28b25 100644 --- a/.github/workflows/nightly-1.0-builds.yml +++ b/.github/workflows/nightly-1.0-builds.yml @@ -35,7 +35,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -141,7 +141,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/nightly-1.1-builds.yml b/.github/workflows/nightly-1.1-builds.yml index 84ba624af4..e7925d0e80 100644 --- a/.github/workflows/nightly-1.1-builds.yml +++ b/.github/workflows/nightly-1.1-builds.yml @@ -35,7 +35,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -91,7 +91,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -143,7 +143,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/nightly-1.2-builds.yml b/.github/workflows/nightly-1.2-builds.yml index 4ba7d188a5..1281b3db0e 100644 --- a/.github/workflows/nightly-1.2-builds.yml +++ b/.github/workflows/nightly-1.2-builds.yml @@ -35,7 +35,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -91,7 +91,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -143,7 +143,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/nightly-1.3-builds.yml b/.github/workflows/nightly-1.3-builds.yml index e10c453081..fc0ef0c3fd 100644 --- a/.github/workflows/nightly-1.3-builds.yml +++ b/.github/workflows/nightly-1.3-builds.yml @@ -34,7 +34,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 @@ -145,7 +145,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 diff --git a/.github/workflows/nightly-1.4-builds.yml b/.github/workflows/nightly-1.4-builds.yml index 91a0d78b01..8e5ae032df 100644 --- a/.github/workflows/nightly-1.4-builds.yml +++ b/.github/workflows/nightly-1.4-builds.yml @@ -34,7 +34,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 @@ -145,7 +145,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 diff --git a/.github/workflows/nightly-1.5-builds.yml b/.github/workflows/nightly-1.5-builds.yml index 86843441a9..10a7ef1492 100644 --- a/.github/workflows/nightly-1.5-builds.yml +++ b/.github/workflows/nightly-1.5-builds.yml @@ -36,7 +36,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 @@ -92,7 +92,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 @@ -144,7 +144,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 diff --git a/.github/workflows/nightly-builds-aeron.yml b/.github/workflows/nightly-builds-aeron.yml index 347211b711..c8acebd7a5 100644 --- a/.github/workflows/nightly-builds-aeron.yml +++ b/.github/workflows/nightly-builds-aeron.yml @@ -43,7 +43,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index a1022a4777..108abe9d80 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -27,7 +27,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -82,7 +82,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 @@ -135,7 +135,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.0-docs.yml b/.github/workflows/publish-1.0-docs.yml index 42c4f56980..e1337cfaee 100644 --- a/.github/workflows/publish-1.0-docs.yml +++ b/.github/workflows/publish-1.0-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.0-nightly.yml b/.github/workflows/publish-1.0-nightly.yml index d4d7f4ddb3..3a10c91386 100644 --- a/.github/workflows/publish-1.0-nightly.yml +++ b/.github/workflows/publish-1.0-nightly.yml @@ -49,7 +49,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.1-docs.yml b/.github/workflows/publish-1.1-docs.yml index a52c31fe20..8974278215 100644 --- a/.github/workflows/publish-1.1-docs.yml +++ b/.github/workflows/publish-1.1-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.1-nightly.yml b/.github/workflows/publish-1.1-nightly.yml index ae14ffa0d6..ebca7eb49f 100644 --- a/.github/workflows/publish-1.1-nightly.yml +++ b/.github/workflows/publish-1.1-nightly.yml @@ -49,7 +49,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.2-docs.yml b/.github/workflows/publish-1.2-docs.yml index 49870a5fe0..ac28bfea34 100644 --- a/.github/workflows/publish-1.2-docs.yml +++ b/.github/workflows/publish-1.2-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.2-nightly.yml b/.github/workflows/publish-1.2-nightly.yml index 943e678a26..de033c5923 100644 --- a/.github/workflows/publish-1.2-nightly.yml +++ b/.github/workflows/publish-1.2-nightly.yml @@ -49,7 +49,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.3-docs.yml b/.github/workflows/publish-1.3-docs.yml index 9c8865be33..62f8999531 100644 --- a/.github/workflows/publish-1.3-docs.yml +++ b/.github/workflows/publish-1.3-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.3-nightly.yml b/.github/workflows/publish-1.3-nightly.yml index f95227dd7f..3a0e57221d 100644 --- a/.github/workflows/publish-1.3-nightly.yml +++ b/.github/workflows/publish-1.3-nightly.yml @@ -48,7 +48,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 diff --git a/.github/workflows/publish-1.4-docs.yml b/.github/workflows/publish-1.4-docs.yml index d817096822..c7d837d0f7 100644 --- a/.github/workflows/publish-1.4-docs.yml +++ b/.github/workflows/publish-1.4-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-1.4-nightly.yml b/.github/workflows/publish-1.4-nightly.yml index 55c65a6c68..1f76ca1754 100644 --- a/.github/workflows/publish-1.4-nightly.yml +++ b/.github/workflows/publish-1.4-nightly.yml @@ -50,7 +50,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 diff --git a/.github/workflows/publish-1.5-nightly.yml b/.github/workflows/publish-1.5-nightly.yml index 1d79a57244..27850498d6 100644 --- a/.github/workflows/publish-1.5-nightly.yml +++ b/.github/workflows/publish-1.5-nightly.yml @@ -50,7 +50,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 diff --git a/.github/workflows/publish-2.0-docs.yml b/.github/workflows/publish-2.0-docs.yml index cc47d92b98..abe94f33bd 100644 --- a/.github/workflows/publish-2.0-docs.yml +++ b/.github/workflows/publish-2.0-docs.yml @@ -46,7 +46,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index 0bf693321d..a9ecf23759 100644 --- a/.github/workflows/publish-nightly.yml +++ b/.github/workflows/publish-nightly.yml @@ -49,7 +49,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0 diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index b89b5f5aac..6bdb4a6abe 100644 --- a/.github/workflows/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -33,7 +33,7 @@ jobs: if: github.repository == 'apache/pekko' steps: - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Launch Scala Steward uses: scala-steward-org/scala-steward-action@df2a4cec1721d0b48be3e1d1f0acdf7543ea0fb4 # v2.84.0 env: diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index c7e3859c16..bd29b10714 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -146,7 +146,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 # We intentionally do not use the Coursier cache for release candiates, # to reduce attack surface diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index 3188b82162..1115589acf 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -37,7 +37,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16 + uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17 - name: Cache Coursier cache uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # 8.0.0