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:
13
.github/workflows/codeql.yml
vendored
13
.github/workflows/codeql.yml
vendored
@@ -85,7 +85,12 @@ jobs:
|
|||||||
echo ' make bootstrap'
|
echo ' make bootstrap'
|
||||||
echo ' make release'
|
echo ' make release'
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
|
- name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@v3
|
||||||
|
with:
|
||||||
|
category: "/language:${{matrix.language}}"
|
||||||
|
|
||||||
- name: Upload CodeQL database prep
|
- name: Upload CodeQL database prep
|
||||||
id: codeql-database-bundle
|
id: codeql-database-bundle
|
||||||
env:
|
env:
|
||||||
@@ -103,8 +108,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.language }}-db
|
name: ${{ matrix.language }}-db
|
||||||
path: ${{ steps.codeql-database-bundle.outputs.zip }}
|
path: ${{ steps.codeql-database-bundle.outputs.zip }}
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
|
||||||
uses: github/codeql-action/analyze@v3
|
|
||||||
with:
|
|
||||||
category: "/language:${{matrix.language}}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user