add analyse
Some checks failed
Deployment Verification / analyze (push) Failing after 18s
Deployment Verification / test (push) Successful in 26s
Deployment Verification / deploy (push) Failing after 0s

This commit is contained in:
Hubert Cornet 2024-11-20 07:03:09 +01:00
parent b673aab830
commit ea16ec601b

View File

@ -22,18 +22,9 @@ jobs:
analyze:
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
language: ['docker']
steps:
- uses: 'actions/checkout@v3.6.0'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v2'
with:
languages: ${{ matrix.language }}
- name: Checkout repository
uses: 'actions/checkout@v4'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@v2'