This is an automated email from the ASF dual-hosted git repository.
CoverRyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 71053a2 Bump sbt/setup-sbt from 1.1.18 to 1.1.22
71053a2 is described below
commit 71053a21f43d7db8c07e238199c58a841020aee4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 17 18:48:31 2026 +0000
Bump sbt/setup-sbt from 1.1.18 to 1.1.22
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.18 to
1.1.22.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
-
[Commits](https://github.com/sbt/setup-sbt/compare/1cad58d595b729a71ca2254cdf5b43dd6f42d4bb...508b753e53cb6095967669e0911487d2b9bc9f41)
---
updated-dependencies:
- dependency-name: sbt/setup-sbt
dependency-version: 1.1.22
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/CI.yml | 4 ++--
.github/workflows/nightly.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 9e1ad88..ccf981f 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@53b83947a5a98c8d113130e565377fae1a50d02f #
v6.3.0
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 8a35e7d..b959fbd 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