File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
27
27
28
28
- name : Login to GitHub Container Registry
29
29
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Original file line number Diff line number Diff line change 18
18
- ' 1.20'
19
19
steps :
20
20
- name : Check out repository code
21
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22
22
- name : Set up Go
23
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
24
24
with :
25
25
go-version : ${{ matrix.go }}
26
26
- name : Run lint checks
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN make build \
12
12
&& curl -LO ${PULUMI_URL} \
13
13
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
14
14
15
- FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb
15
+ FROM quay.io/centos/centos:stream9@sha256:dfc7bf605a627d555f10b01b1198c424a437a5e0ac02b25ba3e59376e29e2ada
16
16
17
17
LABEL MAINTAINER
"CRC <[email protected] >"
18
18
@@ -28,7 +28,7 @@ USER root
28
28
ARG PULUMI_COMMAND_VERSION=v0.9.2
29
29
30
30
# renovate: datasource=github-releases depName=pulumi/pulumi-tls
31
- ARG PULUMI_TLS_VERSION=v5.0.1
31
+ ARG PULUMI_TLS_VERSION=v5.0.3
32
32
33
33
# renovate: datasource=github-releases depName=pulumi/pulumi-random
34
34
ARG PULUMI_RANDOM_VERSION=v4.15.1
@@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0
43
43
ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0
44
44
45
45
# renovate: datasource=github-releases depName=pulumi/pulumi-openstack
46
- ARG PULUMI_OPENSTACK_VERSION=v3.15.1
46
+ ARG PULUMI_OPENSTACK_VERSION=v3.15.2
47
47
48
48
RUN dnf install -y python3 python3-pip zstd qemu-img && \
49
49
pip install -r requirements.txt && \
Original file line number Diff line number Diff line change 1
- awscli == 1.32.49
1
+ awscli == 1.32.97
2
2
gcloud == 0.18.3
You can’t perform that action at this time.
0 commit comments