This is an automated email from the ASF dual-hosted git repository.
shanedell 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 00bbf33 Bump sbt/setup-sbt from 1.1.15 to 1.1.18
00bbf33 is described below
commit 00bbf333ae1091af8de787d38ad4fad77e5c22a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 1 00:13:16 2026 +0000
Bump sbt/setup-sbt from 1.1.15 to 1.1.18
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.15 to
1.1.18.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
-
[Commits](https://github.com/sbt/setup-sbt/compare/a627500d27445f8c5021755a439829b6e78e3358...1cad58d595b729a71ca2254cdf5b43dd6f42d4bb)
---
updated-dependencies:
- dependency-name: sbt/setup-sbt
dependency-version: 1.1.18
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 122de5f..e12bae8 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@a627500d27445f8c5021755a439829b6e78e3358 # v1
+ uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1
############################################################
# Lint/format checks
@@ -141,7 +141,7 @@ jobs:
# some runner oses don't have sbt by default
- name: Setup sbt
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1
+ uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1
- name: Install Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 1f7bc36..f165a7b 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -74,7 +74,7 @@ jobs:
# some runner oses don't have sbt by default
- name: Setup sbt
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1
+ uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1
############################################################
# Build & Package