From 12f1cff212b4551042b36c80a424141b3c139ac3 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Thu, 1 Jul 2021 18:39:37 -0500 Subject: [PATCH] Rename CodeQL action paths in 'source-root' test to reflect repo paths --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index d06f44766..7824219cd 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -901,14 +901,14 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: ./action/init + - uses: ./init with: languages: javascript source-root: tests/multi-language-repo - name: Build code shell: bash run: ./build.sh - - uses: ./action/analyze + - uses: ./analyze with: output: "${{ runner.temp }}/results" env: