From e3de7ccf6b9a2d06133544211cfdb592090fb6a6 Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:05:18 +0200 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- .github/workflows/build-and-push-image.yml | 4 ++-- oci/Containerfile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index acb32177..866843a7 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to GitHub Container Registry - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -39,7 +39,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image (post merge) - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: . file: ./oci/Containerfile diff --git a/oci/Containerfile b/oci/Containerfile index edc98f02..c0eef985 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -5,7 +5,7 @@ WORKDIR /workspace COPY . . # renovate: datasource=github-releases depName=pulumi/pulumi -ENV PULUMI_VERSION=v3.103.1 +ENV PULUMI_VERSION=v3.112.0 ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz RUN make build \ @@ -31,16 +31,16 @@ ARG PULUMI_COMMAND_VERSION=v0.9.2 ARG PULUMI_TLS_VERSION=v5.0.1 # renovate: datasource=github-releases depName=pulumi/pulumi-random -ARG PULUMI_RANDOM_VERSION=v4.15.1 +ARG PULUMI_RANDOM_VERSION=v4.16.0 # renovate: datasource=github-releases depName=pulumi/pulumi-aws -ARG PULUMI_AWS_VERSION=v6.23.0 +ARG PULUMI_AWS_VERSION=v6.29.0 # renovate: datasource=github-releases depName=pulumi/pulumi-gcp -ARG PULUMI_GCP_VERSION=v7.11.0 +ARG PULUMI_GCP_VERSION=v7.17.0 # renovate: datasource=github-releases depName=pulumi/pulumi-azure-native -ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0 +ARG PULUMI_AZURE_NATIVE_VERSION=v2.36.0 # renovate: datasource=github-releases depName=pulumi/pulumi-openstack ARG PULUMI_OPENSTACK_VERSION=v3.15.1