mirror of
https://github.com/hohn/codeql-workshop-sql-injection-java.git
synced 2025-12-16 10:43:05 +01:00
Update codeql.yml
This commit is contained in:
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@@ -90,6 +90,13 @@ jobs:
|
|||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@v3
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
category: "/language:${{matrix.language}}"
|
||||||
|
|
||||||
|
- name: Upload SARIF as a build artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: sarif
|
||||||
|
path: code-scanning-results
|
||||||
|
retention-days: 700
|
||||||
|
|
||||||
- name: Upload CodeQL database prep
|
- name: Upload CodeQL database prep
|
||||||
id: codeql-database-bundle
|
id: codeql-database-bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user