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
@@ -91,6 +91,13 @@ jobs:
|
||||
with:
|
||||
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
|
||||
id: codeql-database-bundle
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user