Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #87 from github/support-remote-config
Allow config files to be from a remote repository
Sam Partington authored and GitHub committed Jun 30, 2020
2 parents c953f77 + 260a93f commit e2a8f32
Showing 201 changed files with 83,801 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-testing.yml
@@ -36,7 +36,7 @@ jobs:
exit 1
fi
multi-language-repo_test-custom-queries:
multi-language-repo_test-custom-queries-and-remote-config:
strategy:
fail-fast: false
matrix:
@@ -54,7 +54,7 @@ jobs:
- uses: ./../action/init
with:
languages: cpp,csharp,java,javascript,python
config-file: ./.github/codeql/custom-queries.yml
config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }}
- name: Build code
shell: bash
run: ./build.sh
81 changes: 69 additions & 12 deletions lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Large diffs are not rendered by default.

110 changes: 107 additions & 3 deletions lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2a8f32

Please sign in to comment.