From 610d6ac9d212f1f9525e892c477bfb545fe17990 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:17:23 +0000 Subject: [PATCH] pulumi/3.142.0-r0: cve remediation (#35894) pulumi/3.142.0-r0: fix GHSA-q59j-vv4j-v33c Advisory data: https://github.com/wolfi-dev/advisories/blob/main/pulumi.advisories.yaml --------- Signed-off-by: Batuhan Apaydin Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> Co-authored-by: Batuhan Apaydin --- pulumi.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pulumi.yaml b/pulumi.yaml index 6047ce9a22b..829682a9496 100644 --- a/pulumi.yaml +++ b/pulumi.yaml @@ -1,7 +1,7 @@ package: name: pulumi version: 3.142.0 - epoch: 0 + epoch: 1 description: Infrastructure as Code in any programming language copyright: - license: Apache-2.0 @@ -30,6 +30,11 @@ pipeline: repository: https://github.com/pulumi/pulumi.git tag: v${{package.version}} + - uses: go/bump + with: + deps: github.com/moby/moby@v26.1.0 + modroot: pulumi/pkg + - pipeline: - runs: | set -x