Skip to content

Commit

Permalink
update cyclonedx-cli: 0.15.2 -> 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Jul 31, 2021
1 parent 5bab19b commit 2cb46a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
mkdir -p "$HOME/.local/bin"
echo "$HOME/.local/bin" >> $GITHUB_PATH
wget -O "$HOME/.local/bin/cyclonedx" https:/CycloneDX/cyclonedx-cli/releases/download/v0.15.2/cyclonedx-linux-x64
wget -O "$HOME/.local/bin/cyclonedx" https:/CycloneDX/cyclonedx-cli/releases/download/v0.17.0/cyclonedx-linux-x64
chmod +x "$HOME/.local/bin/cyclonedx"
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 2cb46a5

Please sign in to comment.