File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
38
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .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@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
49
+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
73
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
108
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
109
109
with :
110
110
context : .
111
111
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ lazy val root = (project in file("."))
46
46
" ch.qos.logback" % " logback-classic" % " 1.5.16" % Runtime ,
47
47
" dev.zio" %% " zio" % zioVersion,
48
48
" dev.zio" %% " zio-streams" % zioVersion,
49
- " dev.zio" %% " zio-logging-slf4j2" % " 2.4 .0" ,
49
+ " dev.zio" %% " zio-logging-slf4j2" % " 2.5 .0" ,
50
50
),
51
51
// only tests
52
52
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.0 " )
1
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1 " )
2
2
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
3
3
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.3.1" )
4
4
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
You can’t perform that action at this time.
0 commit comments