gh-actions: Fix codeql scanner (#532)

* Remove custom codeql config

* Also remvoe folder with custom config
This commit is contained in:
Danil Titarenko 2024-06-27 13:45:31 +03:00 committed by GitHub
parent 2007d6063b
commit 4f129dbfd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
---
paths:
- ./**

View File

@ -56,7 +56,6 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: .github/codeql/config-codeql.yml
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.