File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defaults:
99
1010env :
1111 # renovate: datasource=github-releases depName=aquasecurity/trivy
12- TRIVY_VERSION : 0.68.2
12+ TRIVY_VERSION : 0.69.1
1313 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2
1414 TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-java-db:1
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defaults:
99
1010env :
1111 # renovate: datasource=pypi depName=zizmor
12- ZIZMOR_VERSION : 1.20 .0
12+ ZIZMOR_VERSION : 1.22 .0
1313
1414on :
1515 workflow_call :
Original file line number Diff line number Diff line change 1- FROM docker.io/library/python:3.14.2 -slim@sha256:d517cd31ec21949a453d42c6f2006e6fccdeca986aeb3dd61f85485fefcb299b AS base
1+ FROM docker.io/library/python:3.14.3 -slim@sha256:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f AS base
22WORKDIR /app
33COPY src/hello_world.py .
44
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments