File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
# https://github.com/docker/build-push-action
36
36
- name : Docker build with unit tests
37
37
id : build-and-test
38
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
38
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
39
39
with :
40
40
context : .
41
41
load : true
Original file line number Diff line number Diff line change 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@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
49
+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
50
50
with :
51
51
cosign-release : ' v2.4.0'
52
52
70
70
# https://github.com/docker/build-push-action
71
71
- name : Docker build with unit tests
72
72
id : build-and-test
73
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
73
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
74
74
with :
75
75
context : .
76
76
load : true
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Docker build for many platforms and push into ${{ env.REGISTRY }}
106
106
if : ${{ contains(github.ref, 'refs/tags/') }}
107
107
id : build-and-push
108
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
108
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
109
109
with :
110
110
context : .
111
111
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:21.0.6_7 -jdk AS builder
1
+ FROM eclipse-temurin:21.0.7_6 -jdk AS builder
2
2
3
3
ENV SCALA_VERSION=2.13.14
4
4
ENV SBT_VERSION=1.10.1
@@ -33,7 +33,7 @@ RUN sbt clean coverageOn test coverageReport coverageOff
33
33
RUN sbt assembly
34
34
RUN sbt dependencyUpdatesReport
35
35
36
- FROM eclipse-temurin:21.0.6_7 -jre AS release
36
+ FROM eclipse-temurin:21.0.7_6 -jre AS release
37
37
ENV KAFKA_BOOTSTRAP_SERVERS="localhost:9092"
38
38
ENV KAFKA_USERNAME=""
39
39
ENV KAFKA_PASSWORD=""
Original file line number Diff line number Diff line change @@ -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.22.0 " ,
54
- " org.scalamock" %% " scalamock" % " 7.3.0 " ,
53
+ " io.cucumber" % " cucumber-junit" % " 7.22.1 " ,
54
+ " org.scalamock" %% " scalamock" % " 7.3.1 " ,
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