Browse Source

Simplify CodeQL workflow

pull/68/head
offa 2 weeks ago
parent
commit
80da369c7c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .github/workflows/codeql-analysis.yml

+ 1
- 3
.github/workflows/codeql-analysis.yml View File

@@ -17,8 +17,6 @@ jobs:

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

steps:
- name: Checkout repository
@@ -27,7 +25,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
languages: 'python'

- name: Autobuild
uses: github/codeql-action/autobuild@v3


Loading…
Cancel
Save