File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2727
2828 - name : Login to GitHub Container Registry
2929 uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Original file line number Diff line number Diff line change 1818 - ' 1.20'
1919 steps :
2020 - name : Check out repository code
21- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2222 - name : Set up Go
2323 uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2424 with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN make build \
1212 && curl -LO ${PULUMI_URL} \
1313 && tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
1414
15- FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb
15+ FROM quay.io/centos/centos:stream9@sha256:c89fc32d7a368acb4c3bae3fe9180309d323bedef187ecf2952a8ff4eae4e12b
1616
1717LABEL MAINTAINER
"CRC <[email protected] >" 1818
@@ -28,7 +28,7 @@ USER root
2828ARG PULUMI_COMMAND_VERSION=v0.9.2
2929
3030# renovate: datasource=github-releases depName=pulumi/pulumi-tls
31- ARG PULUMI_TLS_VERSION=v5.0.1
31+ ARG PULUMI_TLS_VERSION=v5.0.2
3232
3333# renovate: datasource=github-releases depName=pulumi/pulumi-random
3434ARG PULUMI_RANDOM_VERSION=v4.15.1
@@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0
4343ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0
4444
4545# renovate: datasource=github-releases depName=pulumi/pulumi-openstack
46- ARG PULUMI_OPENSTACK_VERSION=v3.15.1
46+ ARG PULUMI_OPENSTACK_VERSION=v3.15.2
4747
4848RUN dnf install -y python3 python3-pip zstd qemu-img && \
4949 pip install -r requirements.txt && \
Original file line number Diff line number Diff line change 1- awscli == 1.32.49
1+ awscli == 1.32.88
22gcloud == 0.18.3
You can’t perform that action at this time.
0 commit comments