This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new dc9462a ci: pin versions (#193)
dc9462a is described below
commit dc9462ac71a91e251c6a98bf76c1261d634b34eb
Author: Arnout Engelen <[email protected]>
AuthorDate: Thu Jul 16 11:33:54 2026 +0200
ci: pin versions (#193)
* ci: fix build problems
* Update build.sbt
* Update ci.yml
* re-introduce sbt-github-actions
curious where it still fails
* chore: update configure-pagefile-action pin
---------
Co-authored-by: PJ Fanning <[email protected]>
---
.github/workflows/ci.yml | 12 ++++++------
.github/workflows/format.yml | 4 ++--
.scala-steward.conf | 4 ++--
project/build.properties | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0055c4c..8a45e09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,14 +34,14 @@ jobs:
- name: Configure pagefile for Windows
if: contains(runner.os, 'windows')
- uses: al-cheb/[email protected]
+ uses:
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #
v1.5
with:
minimum-size: 2GB
maximum-size: 8GB
disk-root: 'C:'
- name: Checkout current branch (full)
- uses: actions/checkout@v7
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
fetch-depth: 0
@@ -54,7 +54,7 @@ jobs:
cache: sbt
- name: Setup sbt
- uses: sbt/setup-sbt@v1
+ uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
- name: Check that workflows are up to date
shell: bash
@@ -90,14 +90,14 @@ jobs:
- name: Configure pagefile for Windows
if: contains(runner.os, 'windows')
- uses: al-cheb/[email protected]
+ uses:
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc #
v1.5
with:
minimum-size: 2GB
maximum-size: 8GB
disk-root: 'C:'
- name: Checkout current branch (full)
- uses: actions/checkout@v7
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
fetch-depth: 0
@@ -110,7 +110,7 @@ jobs:
cache: sbt
- name: Setup sbt
- uses: sbt/setup-sbt@v1
+ uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
- name: Download target directories (2.12.21)
uses: actions/download-artifact@v8
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 9a21f0f..f4cef29 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
- uses: actions/checkout@v4
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Check project is formatted
- uses: jrouly/scalafmt-native-action@v3
+ uses:
jrouly/scalafmt-native-action@a9c8e1032a02004c425d53ef8ce420fe2179eba7 # v5
with:
arguments: '--list --mode diff-ref=origin/main'
diff --git a/.scala-steward.conf b/.scala-steward.conf
index b76212a..4aeef2b 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,5 +1,5 @@
updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala-library", version =
"2.12." }
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version =
"0.9." }
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-theme",
version = "0.9." }
+ # we have too many build plugins that need sbt 1.x
+ { groupId = "org.scala-sbt", artifactId = "sbt", version = "1." }
]
diff --git a/project/build.properties b/project/build.properties
index 312809a..7c95fc1 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=2.0.1
+sbt.version=1.12.13
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]