mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use codeql-config.yml for codeql-action/init
This commit is contained in:
parent
0292ec9b8a
commit
731315bf55
Notes:
git
2021-08-02 17:23:40 +09:00
2 changed files with 2 additions and 1 deletions
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
|
@ -1 +1,3 @@
|
|||
name: "CodeQL config for the Ruby language"
|
||||
|
||||
languages: cpp
|
||||
|
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue