Merge codeql-config into codeql-analysis

This commit is contained in:
Hiroshi SHIBATA 2023-02-27 17:13:03 +09:00
parent 92ed8e6f3f
commit b5a1c57c98
Notes: git 2025-05-14 12:41:59 +00:00
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -62,7 +62,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
with:
config-file: ./.github/codeql/codeql-config.yml
languages: cpp, ruby
- name: Set ENV
run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV