Skip to content

Commit 1ce3951

Browse files
chore(deps): update dependency cyclonedx/cyclonedx-cli to v0.29.2
1 parent 2b08ae8 commit 1ce3951

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
@@ -81,7 +81,7 @@ jobs:
8181
if: hashFiles('docs/specs/sbom/partial/python.json') != ''
8282
env:
8383
# renovate: datasource=github-releases depName=CycloneDX/cyclonedx-cli versioning=loose
84-
CYCLONEDX_CLI_VERSION: v0.29.1
84+
CYCLONEDX_CLI_VERSION: v0.29.2
8585
run: |
8686
curl -L "https://github.com/CycloneDX/cyclonedx-cli/releases/download/$CYCLONEDX_CLI_VERSION/cyclonedx-linux-x64" > /tmp/cyclonedx-linux-x64
8787
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)