From 63d0c7856cd547ec7fe490e30b98d3b28dc09b4f Mon Sep 17 00:00:00 2001 From: Alex Croteau Date: Wed, 26 Jan 2022 10:15:16 -0500 Subject: [PATCH] Fixes integration tests referred repo --- .github/workflows/__ref-commit-input.yml | 2 +- .github/workflows/__remote-config.yml | 2 +- pr-checks/checks/ref-commit-input.yml | 2 +- pr-checks/checks/remote-config.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__ref-commit-input.yml b/.github/workflows/__ref-commit-input.yml index 14b28ce8a..9b70c93e8 100644 --- a/.github/workflows/__ref-commit-input.yml +++ b/.github/workflows/__ref-commit-input.yml @@ -48,7 +48,7 @@ jobs: with: tools: ${{ steps.prepare-test.outputs.tools-url }} languages: cpp,csharp,java,javascript,python - config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ + config-file: ${{ github.repository }}/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} - name: Build code shell: bash diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 72d717f19..e15cafdb4 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -50,7 +50,7 @@ jobs: with: tools: ${{ steps.prepare-test.outputs.tools-url }} languages: cpp,csharp,java,javascript,python - config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ + config-file: ${{ github.repository }}/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} - name: Build code shell: bash diff --git a/pr-checks/checks/ref-commit-input.yml b/pr-checks/checks/ref-commit-input.yml index 77f73d13e..abcacdcd2 100644 --- a/pr-checks/checks/ref-commit-input.yml +++ b/pr-checks/checks/ref-commit-input.yml @@ -5,7 +5,7 @@ steps: with: tools: ${{ steps.prepare-test.outputs.tools-url }} languages: cpp,csharp,java,javascript,python - config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} + config-file: ${{ github.repository }}/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} - name: Build code shell: bash run: ./build.sh diff --git a/pr-checks/checks/remote-config.yml b/pr-checks/checks/remote-config.yml index 8ad8fa073..68f053a4b 100644 --- a/pr-checks/checks/remote-config.yml +++ b/pr-checks/checks/remote-config.yml @@ -5,7 +5,7 @@ steps: with: tools: ${{ steps.prepare-test.outputs.tools-url }} languages: cpp,csharp,java,javascript,python - config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} + config-file: ${{ github.repository }}/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} - name: Build code shell: bash run: ./build.sh