Skip to content

Commit 136a5e9

Browse files
author
Chelsea Boling
authored
Update codeql-analysis.yml
1 parent 5d99df0 commit 136a5e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,10 @@ jobs:
8787
--github-auth ${{ github.token }} \
8888
--commit $latest_SHA_on_ref \
8989
--ref $default_branch
90+
91+
- name: Upload extractor specific logs
92+
if: ${{ always() }}
93+
uses: actions/upload-artifact@v2
94+
with:
95+
name: extractor-logs-${{ matrix.language }}-db
96+
path: ${{ github.workspace }}/codeql-runner/codeql_databases/cpp/log

0 commit comments

Comments
 (0)