mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
fix integration testing config file path
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
languages: go
|
||||
config-file: ./.github/codeql/custom-queries.yml
|
||||
config-file: ./tests/multi-language-repo/.github/codeql/custom-queries.yml
|
||||
- name: Build code
|
||||
shell: bash
|
||||
run: ./build.sh
|
||||
|
||||
Reference in New Issue
Block a user