Skip to content

Commit 9a691b6

Browse files
chore(deps): update auto merged updates
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent eac7dcf commit 9a691b6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-and-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2727

2828
- name: Login to GitHub Container Registry
2929
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0

.github/workflows/make-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- '1.20'
1919
steps:
2020
- name: Check out repository code
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2222
- name: Set up Go
23-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2424
with:
2525
go-version: ${{ matrix.go }}
2626
- name: Run lint checks

oci/Containerfile

+3-3
Original file line numberDiff line numberDiff 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:dfc7bf605a627d555f10b01b1198c424a437a5e0ac02b25ba3e59376e29e2ada
1616

1717
LABEL MAINTAINER "CRC <[email protected]>"
1818

@@ -28,7 +28,7 @@ USER root
2828
ARG 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.3
3232

3333
# renovate: datasource=github-releases depName=pulumi/pulumi-random
3434
ARG PULUMI_RANDOM_VERSION=v4.15.1
@@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0
4343
ARG 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

4848
RUN dnf install -y python3 python3-pip zstd qemu-img && \
4949
pip install -r requirements.txt && \

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
awscli==1.32.49
1+
awscli==1.32.97
22
gcloud==0.18.3

0 commit comments

Comments
 (0)