Skip to content

Commit

Permalink
Merge pull request #11084 from chainguardian/cve-pulumi-language-java-G…
Browse files Browse the repository at this point in the history
…HSA-9763-4f94-gfch

GHSA-9763-4f94-gfch: fix CVE for Wolfi package pulumi-language-java
  • Loading branch information
ajayk authored Jan 12, 2024
2 parents 2b8bc2b + c18decf commit ee5a085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pulumi-language-java.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pulumi-language-java
version: 0.9.9
epoch: 1
epoch: 2
description: Pulumi Language SDK for Java
copyright:
- license: Apache-2.0
Expand All @@ -17,21 +17,21 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: e40b98d061194998c2ade7a7ec4b726e0f0c2af6
repository: https://github.com/pulumi/pulumi-java.git
tag: v${{package.version}}
expected-commit: e40b98d061194998c2ade7a7ec4b726e0f0c2af6

- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/go-git/go-git/[email protected]
deps: golang.org/x/[email protected] github.com/go-git/go-git/[email protected] github.com/cloudflare/[email protected]
modroot: pkg

- uses: go/build
with:
ldflags: -s -w -X github.com/pulumi/pulumi-java/pkg/version.Version=v${{package.version}}
modroot: pkg
packages: ./cmd/pulumi-language-java
output: pulumi-language-java
ldflags: -s -w -X github.com/pulumi/pulumi-java/pkg/version.Version=v${{package.version}}
packages: ./cmd/pulumi-language-java

- uses: strip

Expand Down

0 comments on commit ee5a085

Please sign in to comment.