Skip to content

Commit cf266cb

Browse files
committed
Move codeql-action
1 parent 1f29db5 commit cf266cb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/integration-testing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
shell: bash
1616
run: |
1717
mkdir ../action
18+
shopt -s dotglob
1819
mv * ../action/
1920
mv ../action/tests/multi-language-repo/* .
2021
- uses: ./../action/init
@@ -37,6 +38,7 @@ jobs:
3738
shell: bash
3839
run: |
3940
mkdir ../action
41+
shopt -s dotglob
4042
mv * ../action/
4143
mv ../action/tests/multi-language-repo/* .
4244
- uses: ./../action/init
@@ -56,6 +58,13 @@ jobs:
5658

5759
steps:
5860
- uses: actions/checkout@v2
61+
- name: Move codeql-action
62+
shell: bash
63+
run: |
64+
mkdir ../action
65+
shopt -s dotglob
66+
mv * ../action/
67+
mv ../action/tests/multi-language-repo/* .
5968
- uses: arthurnn/code-scanning-rubocop/rubocop-action@master
6069
- uses: ./../action/upload-sarif
6170
with:

0 commit comments

Comments
 (0)