Skip to content

Commit c23a93d

Browse files
authored
Update location of release
The CodeQL Bundle CLI has been migrated to the advanced security org.
1 parent e353290 commit c23a93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-bundle/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
- run: |
3737
echo "::group::Installing dependencies"
3838
echo "Installing codeql-bundle v0.2.0"
39-
python -m pip install https://github.com/rvermeulen/codeql-bundle/releases/download/v0.2.0/codeql_bundle-0.2.0-py3-none-any.whl
39+
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
4040
echo "::endgroup::"
4141
shell: bash
4242
- id: create-bundle
@@ -84,4 +84,4 @@ runs:
8484
codeql-bundle ${opts[@]} $(echo ${PACKS} | tr ',' ' ')
8585
echo "::endgroup::"
8686
87-
echo "output-path=${output_path}" >> $GITHUB_OUTPUT
87+
echo "output-path=${output_path}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)