From 3e80206bad08a548834c685c7c4d9396eb909a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:05:50 +0000 Subject: [PATCH] chore(deps): bump sbt/setup-sbt from 1.5.8 to 1.5.9 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.5.8 to 1.5.9. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/c7d2d6258b4bd0d3ec5129e6b3453199d3c79729...82da71df4e122282484a99a8d70096bc2369dbd8) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/binary-compatibility-checks.yml | 2 +- .github/workflows/build-test-prValidation.yml | 8 ++++---- .github/workflows/dependency-graph.yml | 2 +- .github/workflows/generate-doc-check.yml | 2 +- .github/workflows/headers.yml | 2 +- .github/workflows/link-validator.yml | 2 +- .github/workflows/nightly-1.0-builds.yml | 6 +++--- .github/workflows/nightly-1.1-builds.yml | 6 +++--- .github/workflows/nightly-1.2-builds.yml | 6 +++--- .github/workflows/nightly-1.3-builds.yml | 6 +++--- .github/workflows/nightly-1.4-builds.yml | 6 +++--- .github/workflows/nightly-1.5-builds.yml | 6 +++--- .github/workflows/nightly-1.6-builds.yml | 6 +++--- .github/workflows/nightly-1.7-builds.yml | 6 +++--- .github/workflows/nightly-builds-aeron.yml | 2 +- .github/workflows/nightly-builds.yml | 6 +++--- .github/workflows/publish-1.0-docs.yml | 2 +- .github/workflows/publish-1.0-nightly.yml | 2 +- .github/workflows/publish-1.1-docs.yml | 2 +- .github/workflows/publish-1.1-nightly.yml | 2 +- .github/workflows/publish-1.2-docs.yml | 2 +- .github/workflows/publish-1.2-nightly.yml | 2 +- .github/workflows/publish-1.3-docs.yml | 2 +- .github/workflows/publish-1.3-nightly.yml | 2 +- .github/workflows/publish-1.4-docs.yml | 2 +- .github/workflows/publish-1.4-nightly.yml | 2 +- .github/workflows/publish-1.5-docs.yml | 2 +- .github/workflows/publish-1.5-nightly.yml | 2 +- .github/workflows/publish-1.6-docs.yml | 2 +- .github/workflows/publish-1.6-nightly.yml | 2 +- .github/workflows/publish-1.7-docs.yml | 2 +- .github/workflows/publish-1.7-nightly.yml | 2 +- .github/workflows/publish-2.0-docs.yml | 2 +- .github/workflows/publish-nightly.yml | 2 +- .github/workflows/stage-release-candidate.yml | 2 +- .github/workflows/timing-tests.yml | 2 +- 36 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index a99e0d98fd..24b3618e33 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index 2dca821a08..efc480a74a 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Code style check run: |- @@ -76,7 +76,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -142,7 +142,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -186,7 +186,7 @@ jobs: java-version: 21 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 5db40c9052..ad02035fb6 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - uses: scalacenter/sbt-dependency-submission@d84eef4c09e633bcf5f113bcad7fd5e9af1baee9 # v3.1.1 with: configs-ignore: provided optional test TestJdk21 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 b7e60e7050..96f8ec7ac9 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml index 328281eefb..5253a4ffb2 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 5bdb6239b9..d628840ede 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/nightly-1.0-builds.yml b/.github/workflows/nightly-1.0-builds.yml index 802b1cef54..427f393b29 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -141,7 +141,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/nightly-1.1-builds.yml b/.github/workflows/nightly-1.1-builds.yml index 0fa3a3df7a..109196328b 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -91,7 +91,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -143,7 +143,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/nightly-1.2-builds.yml b/.github/workflows/nightly-1.2-builds.yml index 36c7e431d6..7845929be6 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -91,7 +91,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -143,7 +143,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/nightly-1.3-builds.yml b/.github/workflows/nightly-1.3-builds.yml index 023385ee7b..5ec246ed96 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -145,7 +145,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/nightly-1.4-builds.yml b/.github/workflows/nightly-1.4-builds.yml index e81db6b041..04b4e10c06 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -145,7 +145,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/nightly-1.5-builds.yml b/.github/workflows/nightly-1.5-builds.yml index 56bc6a5c09..0c86580bda 100644 --- a/.github/workflows/nightly-1.5-builds.yml +++ b/.github/workflows/nightly-1.5-builds.yml @@ -34,7 +34,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -142,7 +142,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/nightly-1.6-builds.yml b/.github/workflows/nightly-1.6-builds.yml index f34fcf9638..34e1163d3c 100644 --- a/.github/workflows/nightly-1.6-builds.yml +++ b/.github/workflows/nightly-1.6-builds.yml @@ -34,7 +34,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -90,7 +90,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -142,7 +142,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/nightly-1.7-builds.yml b/.github/workflows/nightly-1.7-builds.yml index 85277262da..6db1f45021 100644 --- a/.github/workflows/nightly-1.7-builds.yml +++ b/.github/workflows/nightly-1.7-builds.yml @@ -36,7 +36,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -92,7 +92,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 @@ -144,7 +144,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/nightly-builds-aeron.yml b/.github/workflows/nightly-builds-aeron.yml index cb30a5960a..ed220dccaa 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index b13e90cbd0..b94c40f718 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -82,7 +82,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 @@ -135,7 +135,7 @@ jobs: java-version: ${{ matrix.javaVersion }} - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.0-docs.yml b/.github/workflows/publish-1.0-docs.yml index e7e2d61abf..d46fa8a1c9 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.0-nightly.yml b/.github/workflows/publish-1.0-nightly.yml index 3cb9479296..abf53ad023 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.1-docs.yml b/.github/workflows/publish-1.1-docs.yml index 1a10fe3671..0a97c42fd8 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.1-nightly.yml b/.github/workflows/publish-1.1-nightly.yml index 29c353e6a7..d4fb199dfd 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.2-docs.yml b/.github/workflows/publish-1.2-docs.yml index b36f3454ef..5fc87a225d 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.2-nightly.yml b/.github/workflows/publish-1.2-nightly.yml index 34346b3aeb..d8a878b948 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.3-docs.yml b/.github/workflows/publish-1.3-docs.yml index 01ee5ce9b1..e093e757dc 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.3-nightly.yml b/.github/workflows/publish-1.3-nightly.yml index b339e9e6a4..9d30a5db0a 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/publish-1.4-docs.yml b/.github/workflows/publish-1.4-docs.yml index 477c2f0b5c..df68bc5702 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.4-nightly.yml b/.github/workflows/publish-1.4-nightly.yml index d20c6d5654..adc0024cba 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/publish-1.5-docs.yml b/.github/workflows/publish-1.5-docs.yml index 9e0eb0b4de..71607a0772 100644 --- a/.github/workflows/publish-1.5-docs.yml +++ b/.github/workflows/publish-1.5-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.5-nightly.yml b/.github/workflows/publish-1.5-nightly.yml index 0bf47fe60d..e121608bb6 100644 --- a/.github/workflows/publish-1.5-nightly.yml +++ b/.github/workflows/publish-1.5-nightly.yml @@ -48,7 +48,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/publish-1.6-docs.yml b/.github/workflows/publish-1.6-docs.yml index 1071715619..e9e92379be 100644 --- a/.github/workflows/publish-1.6-docs.yml +++ b/.github/workflows/publish-1.6-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.6-nightly.yml b/.github/workflows/publish-1.6-nightly.yml index 54fde9604b..1d92e72d16 100644 --- a/.github/workflows/publish-1.6-nightly.yml +++ b/.github/workflows/publish-1.6-nightly.yml @@ -48,7 +48,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/publish-1.7-docs.yml b/.github/workflows/publish-1.7-docs.yml index 5207fd69ee..9f287c024d 100644 --- a/.github/workflows/publish-1.7-docs.yml +++ b/.github/workflows/publish-1.7-docs.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-1.7-nightly.yml b/.github/workflows/publish-1.7-nightly.yml index 99650e82cc..c867cdb2ea 100644 --- a/.github/workflows/publish-1.7-nightly.yml +++ b/.github/workflows/publish-1.7-nightly.yml @@ -50,7 +50,7 @@ jobs: java-version: 11 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 diff --git a/.github/workflows/publish-2.0-docs.yml b/.github/workflows/publish-2.0-docs.yml index c7b5b9c29f..873877d280 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml index ed8ae30a4c..b4f88919af 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1 diff --git a/.github/workflows/stage-release-candidate.yml b/.github/workflows/stage-release-candidate.yml index febb4f0e12..9caf33fd53 100644 --- a/.github/workflows/stage-release-candidate.yml +++ b/.github/workflows/stage-release-candidate.yml @@ -211,7 +211,7 @@ jobs: java-version: 17 - name: Install sbt - uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Install Graphviz run: |- diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index bb97ea8620..870ad738b8 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@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8 + uses: sbt/setup-sbt@82da71df4e122282484a99a8d70096bc2369dbd8 # v1.5.9 - name: Cache Coursier cache uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 8.1.1