This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new c4f6f97 update CI actions on 1.2.x branch (#339)
c4f6f97 is described below
commit c4f6f97777d5158f1cf129d7d6624da8a8801713
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 3 06:51:01 2026 +0200
update CI actions on 1.2.x branch (#339)
* Initial plan
* Update CI workflow action versions to match main branch, delete
scala-steward.yml
Co-authored-by: pjfanning <[email protected]>
Agent-Logs-Url:
https://github.com/pjfanning/incubator-pekko-persistence-r2dbc/sessions/6492f2f3-072c-41e1-a974-31f629e198f0
---------
Co-authored-by: copilot-swe-agent[bot]
<[email protected]>
Co-authored-by: pjfanning <[email protected]>
---
.github/workflows/binary-compatibility-checks.yml | 8 ++---
.github/workflows/build-test.yml | 40 +++++++++++------------
.github/workflows/dependency-graph.yml | 4 +--
.github/workflows/headers.yml | 8 ++---
.github/workflows/link-validator.yml | 10 +++---
.github/workflows/publish-nightly.yml | 6 ++--
.github/workflows/scala-steward.yml | 22 -------------
7 files changed, 38 insertions(+), 60 deletions(-)
diff --git a/.github/workflows/binary-compatibility-checks.yml
b/.github/workflows/binary-compatibility-checks.yml
index 52765ec..c115b28 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -15,22 +15,22 @@ jobs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
fetch-depth: 0
fetch-tags: 0
- name: Setup Java 11
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: 11
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index a809c01..dfae7e6 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -17,22 +17,22 @@ jobs:
JAVA_VERSION: [ 8, 11, 17, 21 ]
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Java ${{ matrix.JAVA_VERSION }}
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: ${{ matrix.JAVA_VERSION }}
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -50,7 +50,7 @@ jobs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
fetch-depth: 0
fetch-tags: true
@@ -62,16 +62,16 @@ jobs:
git checkout scratch
- name: Setup Java ${{ matrix.JAVA_VERSION }}
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: ${{ matrix.JAVA_VERSION }}
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -100,7 +100,7 @@ jobs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
fetch-depth: 0
fetch-tags: true
@@ -112,16 +112,16 @@ jobs:
git checkout scratch
- name: Setup Java ${{ matrix.JAVA_VERSION }}
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: ${{ matrix.JAVA_VERSION }}
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -161,7 +161,7 @@ jobs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
fetch-depth: 0
fetch-tags: true
@@ -173,16 +173,16 @@ jobs:
git checkout scratch
- name: Setup Java ${{ matrix.JAVA_VERSION }}
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: ${{ matrix.JAVA_VERSION }}
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
@@ -205,7 +205,7 @@ jobs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
fetch-depth: 0
fetch-tags: true
@@ -217,16 +217,16 @@ jobs:
git checkout scratch
- name: Set up JDK 11
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: 11
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/dependency-graph.yml
b/.github/workflows/dependency-graph.yml
index d57f5aa..97e6916 100644
--- a/.github/workflows/dependency-graph.yml
+++ b/.github/workflows/dependency-graph.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- uses:
scalacenter/sbt-dependency-submission@f3c0455a87097de07b66c3dc1b8619b5976c1c89
# v2.3.1
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 8ee41dd..572df62 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -11,19 +11,19 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Setup Java 11
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: 11
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Check headers
run: |-
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index ce8e6d8..943b60c 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -14,7 +14,7 @@ jobs:
if: github.repository == 'apache/pekko-persistence-r2dbc'
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: Checkout GitHub merge
if: github.event.pull_request
@@ -23,19 +23,19 @@ jobs:
git checkout scratch
- name: Setup Java 8
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: 8
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Cache Coursier cache
- uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
6.4.7
+ uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 #
6.4.8.1.0
- name: Setup Coursier
- uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 #
v1.3.9
+ uses: coursier/setup-action@7acb5c9ea69bc1a1bb185ec45ebce2ac114f3628 #
v2.0.3
- name: Create the Pekko site
run: sbt "unidoc; docs/paradox"
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 4ae550d..97a7d94 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -15,20 +15,20 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
# we don't know what commit the last tag was it's safer to get
entire repo so previousStableVersion resolves
fetch-depth: 0
fetch-tags: true
- name: Setup Java 8
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
java-version: 8
- name: Install sbt
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
- name: Install Graphviz
run: |-
diff --git a/.github/workflows/scala-steward.yml
b/.github/workflows/scala-steward.yml
deleted file mode 100644
index 5907a56..0000000
--- a/.github/workflows/scala-steward.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-on:
- workflow_dispatch:
- schedule:
- - cron: '0 0 * * 0'
-
-name: Launch Scala Steward
-
-jobs:
- scala-steward:
- runs-on: ubuntu-22.04
- name: Launch Scala Steward
- if: github.repository == 'apache/pekko-persistence-r2dbc'
- steps:
- - name: Launch Scala Steward
- uses:
scala-steward-org/scala-steward-action@5021652c555c5724af574758b78ea5be49640007
# v2.75.0
- env:
- JAVA_OPTS: "-Xms1G -Xmx1G -Xss2M"
- with:
- github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
- github-app-installation-id: ${{
secrets.SCALA_STEWARD_INSTALLATION_ID }}
- github-app-key: ${{ secrets.SCALA_STEWARD_PRIVATE_KEY }}
- github-app-auth-only: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]