Skip to content

Commit cbd8bb7

Browse files
renovate[bot]mrebiai
authored andcommitted
chore(deps): update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 487843c commit cbd8bb7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docker-contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# https://github.com/docker/build-push-action
3636
- name: Docker build with unit tests
3737
id: build-and-test
38-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
38+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
3939
with:
4040
context: .
4141
load: true

.github/workflows/docker-publish-when-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# https://github.com/sigstore/cosign-installer
4747
- name: Install Cosign
4848
if: ${{ github.repository == env.ORIGIN_REPOSITORY }}
49-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
49+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
5050
with:
5151
cosign-release: 'v2.4.0'
5252

@@ -70,7 +70,7 @@ jobs:
7070
# https://github.com/docker/build-push-action
7171
- name: Docker build with unit tests
7272
id: build-and-test
73-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
73+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
7474
with:
7575
context: .
7676
load: true
@@ -105,7 +105,7 @@ jobs:
105105
- name: Docker build for many platforms and push into ${{ env.REGISTRY }}
106106
if: ${{ contains(github.ref, 'refs/tags/') }}
107107
id: build-and-push
108-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
108+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
109109
with:
110110
context: .
111111
platforms: linux/amd64,linux/arm64

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val root = (project in file("."))
4646
"ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime,
4747
"dev.zio" %% "zio" % zioVersion,
4848
"dev.zio" %% "zio-streams" % zioVersion,
49-
"dev.zio" %% "zio-logging-slf4j2" % "2.4.0",
49+
"dev.zio" %% "zio-logging-slf4j2" % "2.5.0",
5050
),
5151
// only tests
5252
libraryDependencies ++= Seq(

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
1+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
22
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
33
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)