Use codeql-config.yml for codeql-action/init

This commit is contained in:
Hiroshi SHIBATA 2021-08-02 16:09:26 +09:00
parent 0292ec9b8a
commit 731315bf55
Notes: git 2021-08-02 17:23:40 +09:00
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,3 @@
name: "CodeQL config for the Ruby language"
languages: cpp

View File

@ -28,7 +28,6 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild