add analyse
This commit is contained in:
parent
b673aab830
commit
ea16ec601b
@ -22,18 +22,9 @@ jobs:
|
|||||||
analyze:
|
analyze:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
language: ['docker']
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v3.6.0'
|
- name: Checkout repository
|
||||||
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Initialize CodeQL'
|
|
||||||
uses: 'github/codeql-action/init@v2'
|
|
||||||
with:
|
|
||||||
languages: ${{ matrix.language }}
|
|
||||||
|
|
||||||
- name: 'Perform CodeQL Analysis'
|
- name: 'Perform CodeQL Analysis'
|
||||||
uses: 'github/codeql-action/analyze@v2'
|
uses: 'github/codeql-action/analyze@v2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user