From 73d2cdc53bb839f7df895d8f5a3d8c386fea1c61 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 4 Oct 2023 05:09:19 +0000 Subject: [PATCH] Bump pipeline from 1.33.0 to 1.34.0 Bumps pipeline from 1.33.0 to 1.34.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/pb-update-lein.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 7aa332e..2b17ffd 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.33.0 +1.34.0 diff --git a/.github/workflows/pb-update-lein.yml b/.github/workflows/pb-update-lein.yml index 411368c..d9ce05f 100644 --- a/.github/workflows/pb-update-lein.yml +++ b/.github/workflows/pb-update-lein.yml @@ -68,7 +68,9 @@ jobs: --purl-pattern "${PURL_PATTERN:-}" \ --purl "${PURL:-}" \ --uri "${URI}" \ - --sha256 "${SHA256}" + --sha256 "${SHA256}" \ + --source "${SOURCE_URI}" \ + --source-sha256 "${SOURCE_SHA256}" git add buildpack.toml git checkout -- . @@ -91,6 +93,8 @@ jobs: PURL: ${{ steps.dependency.outputs.purl }} PURL_PATTERN: "" SHA256: ${{ steps.dependency.outputs.sha256 }} + SOURCE_SHA256: ${{ steps.dependency.outputs.source_sha256 }} + SOURCE_URI: ${{ steps.dependency.outputs.source }} URI: ${{ steps.dependency.outputs.uri }} VERSION: ${{ steps.dependency.outputs.version }} VERSION_PATTERN: '[\d]+\.[\d]+\.[\d]+'