Skip to content

Commit

Permalink
Merge pull request #14 from advanced-security/update-location-cli
Browse files Browse the repository at this point in the history
Update location of release
  • Loading branch information
rvermeulen authored May 8, 2024
2 parents e353290 + c23a93d commit a092aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- run: |
echo "::group::Installing dependencies"
echo "Installing codeql-bundle v0.2.0"
python -m pip install https://github.com/rvermeulen/codeql-bundle/releases/download/v0.2.0/codeql_bundle-0.2.0-py3-none-any.whl
python -m pip install https://github.com/advanced-security/codeql-bundle/releases/download/v0.2.0/codeql_bundle-0.2.0-py3-none-any.whl
echo "::endgroup::"
shell: bash
- id: create-bundle
Expand Down Expand Up @@ -84,4 +84,4 @@ runs:
codeql-bundle ${opts[@]} $(echo ${PACKS} | tr ',' ' ')
echo "::endgroup::"
echo "output-path=${output_path}" >> $GITHUB_OUTPUT
echo "output-path=${output_path}" >> $GITHUB_OUTPUT

0 comments on commit a092aca

Please sign in to comment.