summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 16:09:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 17:23:18 +0900
commit731315bf5520a9ca7c94338c13d10c15b00c78c7 (patch)
tree3b0dca52468e14bba2b8e58e52c7c21dcf9ce176 /.github/workflows
parent0292ec9b8a75a88abf860a2c050efe46bb5844cb (diff)
Use codeql-config.yml for codeql-action/init
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4702
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a2131ef56d..19ad77d393 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -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