Skip to content

Commit e2a8f32

Browse files
authored
Merge pull request #87 from github/support-remote-config
Allow config files to be from a remote repository
2 parents c953f77 + 260a93f commit e2a8f32

File tree

201 files changed

+83801
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+83801
-33
lines changed

.github/workflows/integration-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
exit 1
3737
fi
3838
39-
multi-language-repo_test-custom-queries:
39+
multi-language-repo_test-custom-queries-and-remote-config:
4040
strategy:
4141
fail-fast: false
4242
matrix:
@@ -54,7 +54,7 @@ jobs:
5454
- uses: ./../action/init
5555
with:
5656
languages: cpp,csharp,java,javascript,python
57-
config-file: ./.github/codeql/custom-queries.yml
57+
config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }}
5858
- name: Build code
5959
shell: bash
6060
run: ./build.sh

lib/config-utils.js

Lines changed: 69 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.test.js

Lines changed: 107 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)