Skip to content

Commit a4a2635

Browse files
author
Daniel Mikusa
authored
Merge pull request #43 from paketo-buildpacks/update/pipeline
Bump pipeline from 1.15.1 to 1.16.0
2 parents 94d14b0 + 02df469 commit a4a2635

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/pipeline-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1
1+
1.16.0

.github/workflows/update-clojure.yml

+8
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
--id "${ID}" \
6464
--version-pattern "${VERSION_PATTERN}" \
6565
--version "${VERSION}" \
66+
--cpe-pattern "${CPE_PATTERN:-}" \
67+
--cpe "${CPE:-}" \
68+
--purl-pattern "${PURL_PATTERN:-}" \
69+
--purl "${PURL:-}" \
6670
--uri "${URI}" \
6771
--sha256 "${SHA256}"
6872
@@ -81,7 +85,11 @@ jobs:
8185
echo "::set-output name=new-version::${VERSION}"
8286
echo "::set-output name=version-label::${LABEL}"
8387
env:
88+
CPE: ${{ steps.dependency.outputs.cpe }}
89+
CPE_PATTERN: ""
8490
ID: clojure
91+
PURL: ${{ steps.dependency.outputs.purl }}
92+
PURL_PATTERN: ""
8593
SHA256: ${{ steps.dependency.outputs.sha256 }}
8694
URI: ${{ steps.dependency.outputs.uri }}
8795
VERSION: ${{ steps.dependency.outputs.version }}

0 commit comments

Comments
 (0)