We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e353290 + c23a93d commit a092acaCopy full SHA for a092aca
create-bundle/action.yml
@@ -36,7 +36,7 @@ runs:
36
- run: |
37
echo "::group::Installing dependencies"
38
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
+ 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
40
echo "::endgroup::"
41
shell: bash
42
- id: create-bundle
@@ -84,4 +84,4 @@ runs:
84
codeql-bundle ${opts[@]} $(echo ${PACKS} | tr ',' ' ')
85
86
87
- echo "output-path=${output_path}" >> $GITHUB_OUTPUT
+ echo "output-path=${output_path}" >> $GITHUB_OUTPUT
0 commit comments