File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The main use case for `codeqlsummarize` is to run it as an Action so the purpose
1010
1111``` yml
1212- name : Generate CodeQL Summaries
13- uses : advanced-security/gh- codeql-summarize@main
13+ uses : advanced-security/codeql-summarize@main
1414 with :
1515 # This file defines the projects you want to make sure to get the latest and greatest
1616 # summaries from.
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ inputs:
1414
1515 format :
1616 description : " Exporting Format (default: bundle)"
17- default : bundle
17+ default : extensions
18+
19+ output :
20+ description : " Output Directory"
21+ default : ./
1822
1923 repository :
2024 description : " GitHub Repository"
3539 run : |
3640 "${{ github.action_path }}/codeql-summarize" \
3741 --input "${{ inputs.projects }}" \
42+ --output "${{ inputs.output }}" \
3843 --format "${{ inputs.format }}" \
3944 --project-repo "${{ inputs.project }}" \
4045 --language "${{ inputs.language }}" \
You can’t perform that action at this time.
0 commit comments