Skip to content

Commit 12f1cff

Browse files
committed
Rename CodeQL action paths in 'source-root' test to reflect repo paths
1 parent 2ca807c commit 12f1cff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,14 +901,14 @@ jobs:
901901

902902
steps:
903903
- uses: actions/checkout@v2
904-
- uses: ./action/init
904+
- uses: ./init
905905
with:
906906
languages: javascript
907907
source-root: tests/multi-language-repo
908908
- name: Build code
909909
shell: bash
910910
run: ./build.sh
911-
- uses: ./action/analyze
911+
- uses: ./analyze
912912
with:
913913
output: "${{ runner.temp }}/results"
914914
env:

0 commit comments

Comments
 (0)