Skip to content

Commit 170c169

Browse files
Update codeql-analysis.yml to save artiface
1 parent f220c0f commit 170c169

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ jobs:
3131
uses: github/codeql-action/autobuild@v2
3232
- name: Perform CodeQL Analysis
3333
uses: github/codeql-action/analyze@v2
34+
- name: Upload CodeQL Database Artifact
35+
uses: actions/upload-artifact@v2
36+
with:
37+
name: codeql-database
38+
path: /home/runner/work/_temp/codeql_databases/javascript.zip
39+

0 commit comments

Comments
 (0)