From c23a93d66e996319c873acf88643315a595714fb Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Wed, 8 May 2024 10:55:58 -0700 Subject: [PATCH] Update location of release The CodeQL Bundle CLI has been migrated to the advanced security org. --- create-bundle/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-bundle/action.yml b/create-bundle/action.yml index deaf85d..12b796b 100644 --- a/create-bundle/action.yml +++ b/create-bundle/action.yml @@ -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 @@ -84,4 +84,4 @@ runs: codeql-bundle ${opts[@]} $(echo ${PACKS} | tr ',' ' ') echo "::endgroup::" - echo "output-path=${output_path}" >> $GITHUB_OUTPUT \ No newline at end of file + echo "output-path=${output_path}" >> $GITHUB_OUTPUT