Update codeql.yml

This commit is contained in:
pointfeev 2022-05-17 11:02:08 -05:00 committed by GitHub
parent 2390b574a2
commit d3d1ed5134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: "CodeQL"
name: CodeQL
on:
push:
@ -33,7 +33,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: ./.github/workflows/codeql-config.yml
config-file: ./.github/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v2