File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 - name : Check out the repo
1313 uses : actions/checkout@v4
1414 - name : Log in to the container registry
15- uses : docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
15+ uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
1616 with :
1717 username : ${{ secrets.DOCKER_USERNAME }}
1818 password : ${{ secrets.DOCKER_PASSWORD }}
1919 - name : Extract metadata (tags, labels) for Docker
2020 id : meta
21- uses : docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
21+ uses : docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
2222 with :
2323 images : domnikl/schema-registry-gitops
2424 - name : Set up QEMU
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ dependencies {
2727 implementation(" info.picocli:picocli:4.7.6" )
2828
2929 implementation(" org.slf4j:slf4j-api:2.0.16" )
30- implementation(" ch.qos.logback:logback-classic:1.5.15 " )
31- implementation(" ch.qos.logback:logback-core:1.5.15 " )
30+ implementation(" ch.qos.logback:logback-classic:1.5.16 " )
31+ implementation(" ch.qos.logback:logback-core:1.5.16 " )
3232
3333 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2" )
3434 implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
You can’t perform that action at this time.
0 commit comments