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.
1 parent e918032 commit 3c848beCopy full SHA for 3c848be
.github/workflows/codeql.yml
@@ -90,3 +90,8 @@ jobs:
90
uses: github/codeql-action/analyze@v3
91
with:
92
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