File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
# multi-platform images and export cache
30
30
# https://github.com/docker/build-push-action
31
31
- name : Setup Docker Buildx
32
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
32
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
33
33
34
34
# Build locally Docker image with Buildx
35
35
# https://github.com/docker/build-push-action
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
46
46
# https://github.com/sigstore/cosign-installer
47
47
- name : Install Cosign
48
48
if : ${{ github.repository == env.ORIGIN_REPOSITORY }}
49
- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7 .0
49
+ uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8 .0
50
50
with :
51
51
cosign-release : ' v2.4.0'
52
52
53
53
# Set up BuildKit Docker container builder to be able to build
54
54
# multi-platform images and export cache
55
55
# https://github.com/docker/setup-buildx-action
56
56
- name : Setup Docker Buildx
57
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
57
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
58
58
59
59
# Extract metadata (tags, labels) for Docker
60
60
# https://github.com/docker/metadata-action
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ThisBuild / developers := List(
22
22
)
23
23
24
24
resolvers += " confluent" at " https://packages.confluent.io/maven/"
25
- val zioVersion = " 2.1.14 "
25
+ val zioVersion = " 2.1.15 "
26
26
27
27
lazy val root = (project in file(" ." ))
28
28
.settings(
@@ -50,8 +50,8 @@ lazy val root = (project in file("."))
50
50
),
51
51
// only tests
52
52
libraryDependencies ++= Seq (
53
- " io.cucumber" % " cucumber-junit" % " 7.21.0 " ,
54
- " org.scalamock" %% " scalamock" % " 6.1.1 " ,
53
+ " io.cucumber" % " cucumber-junit" % " 7.21.1 " ,
54
+ " org.scalamock" %% " scalamock" % " 6.2.0 " ,
55
55
" org.scalacheck" %% " scalacheck" % " 1.18.1" ,
56
56
" dev.zio" %% " zio-test" % zioVersion,
57
57
" dev.zio" %% " zio-test-sbt" % zioVersion
You can’t perform that action at this time.
0 commit comments