From 65ce354318a5ce593683e525eda67967d4eb818e Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Fri, 19 Jan 2024 05:10:29 +0000 Subject: [PATCH] Bump pipeline from 1.34.0 to 1.36.0 Bumps pipeline from 1.34.0 to 1.36.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/pb-update-tini.yml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 2b17ffd..39fc130 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.34.0 +1.36.0 diff --git a/.github/workflows/pb-update-tini.yml b/.github/workflows/pb-update-tini.yml index 9b99e29..7d8e266 100644 --- a/.github/workflows/pb-update-tini.yml +++ b/.github/workflows/pb-update-tini.yml @@ -55,11 +55,8 @@ jobs: set -euo pipefail - OLD_VERSION=$(yj -tj < buildpack.toml | jq -r " - .metadata.dependencies[] | - select( .id == env.ID ) | - select( .version | test( env.VERSION_PATTERN ) ) | - .version") + OLD_VERSION=$(yj -tj < buildpack.toml | \ + jq -r ".metadata.dependencies[] | select( .id == env.ID ) | select( .version | test( env.VERSION_PATTERN ) ) | select( .purl | contains( env.ARCH ) ) | .version") update-buildpack-dependency \ --buildpack-toml buildpack.toml \ @@ -90,6 +87,7 @@ jobs: echo "new-version=${VERSION}" >> "$GITHUB_OUTPUT" echo "version-label=${LABEL}" >> "$GITHUB_OUTPUT" env: + ARCH: "" CPE: ${{ steps.dependency.outputs.cpe }} CPE_PATTERN: "" ID: tini