Skip to content

Commit 3c848be

Browse files
authored
Update codeql.yml
1 parent e918032 commit 3c848be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ jobs:
9090
uses: github/codeql-action/analyze@v3
9191
with:
9292
category: "/language:${{matrix.language}}"
93+
- name: Upload CodeQL database as artifact
94+
uses: actions/upload-artifact@v4
95+
with:
96+
name: java-sec-code-database
97+
path: /home/runner/work/_temp/codeql_databases/

0 commit comments

Comments
 (0)