Skip to content

Commit 450e564

Browse files
chore(deps): update dependency cyclonedx/cyclonedx-cli to v0.29.2 (#1542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f5eb4c commit 450e564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/uv-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: hashFiles('docs/specs/sbom/partial/python.json') != ''
8484
env:
8585
# renovate: datasource=github-releases depName=CycloneDX/cyclonedx-cli versioning=loose
86-
CYCLONEDX_CLI_VERSION: v0.29.1
86+
CYCLONEDX_CLI_VERSION: v0.29.2
8787
run: |
8888
curl -L "https://github.com/CycloneDX/cyclonedx-cli/releases/download/$CYCLONEDX_CLI_VERSION/cyclonedx-linux-x64" > /tmp/cyclonedx-linux-x64
8989
chmod +x /tmp/cyclonedx-linux-x64

.github/workflows/yarn-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: hashFiles('docs/specs/sbom/partial/python.json') != ''
9494
env:
9595
# renovate: datasource=github-releases depName=CycloneDX/cyclonedx-cli versioning=loose
96-
CYCLONEDX_CLI_VERSION: v0.29.1
96+
CYCLONEDX_CLI_VERSION: v0.29.2
9797
run: |
9898
curl -L "https://github.com/CycloneDX/cyclonedx-cli/releases/download/$CYCLONEDX_CLI_VERSION/cyclonedx-linux-x64" > /tmp/cyclonedx-linux-x64
9999
chmod +x /tmp/cyclonedx-linux-x64

0 commit comments

Comments
 (0)