Skip to content

Commit

Permalink
Rename CodeQL action paths in 'source-root' test to reflect repo paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Campos committed Jul 1, 2021
1 parent 2ca807c commit 12f1cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12f1cff

Please sign in to comment.