Skip to content

Commit

Permalink
Bump pipeline from 1.34.0 to 1.36.0
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.34.0 to 1.36.0.

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
paketo-bot authored Jan 19, 2024
1 parent 712b369 commit fa2ede6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34.0
1.36.0
8 changes: 3 additions & 5 deletions .github/workflows/pb-update-skywalking-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,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 \
Expand Down Expand Up @@ -85,6 +82,7 @@ jobs:
echo "new-version=${VERSION}" >> "$GITHUB_OUTPUT"
echo "version-label=${LABEL}" >> "$GITHUB_OUTPUT"
env:
ARCH: ""
CPE: ${{ steps.dependency.outputs.cpe }}
CPE_PATTERN: ""
ID: skywalking-java
Expand Down

0 comments on commit fa2ede6

Please sign in to comment.