Skip to content

Commit

Permalink
Merge pull request #222 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.36.1 to 1.36.2
  • Loading branch information
dmikusa authored Jan 19, 2024
2 parents 63aec1c + 48496fe commit 44bdd5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.1
1.36.2
4 changes: 4 additions & 0 deletions .github/workflows/pb-update-syft-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
set -euo pipefail
if [ -z "${ARCH}" ]; then
ARCH="amd64"
fi
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")
Expand Down

0 comments on commit 44bdd5c

Please sign in to comment.