mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: remove python from codeql (#2451)
This commit is contained in:
parent
3255ce3e72
commit
33d53a1da9
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: ["go", "python"]
|
||||
language: ["go"]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -62,10 +62,6 @@ jobs:
|
||||
done
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Build
|
||||
if: matrix.language == 'python'
|
||||
uses: github/codeql-action/autobuild@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user