We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f29db5 commit cf266cbCopy full SHA for cf266cb
1 file changed
.github/workflows/integration-testing.yml
@@ -15,6 +15,7 @@ jobs:
15
shell: bash
16
run: |
17
mkdir ../action
18
+ shopt -s dotglob
19
mv * ../action/
20
mv ../action/tests/multi-language-repo/* .
21
- uses: ./../action/init
@@ -37,6 +38,7 @@ jobs:
37
38
39
40
41
42
43
44
@@ -56,6 +58,13 @@ jobs:
56
58
57
59
steps:
60
- uses: actions/checkout@v2
61
+ - name: Move codeql-action
62
+ shell: bash
63
+ run: |
64
+ mkdir ../action
65
66
+ mv * ../action/
67
+ mv ../action/tests/multi-language-repo/* .
68
- uses: arthurnn/code-scanning-rubocop/rubocop-action@master
69
- uses: ./../action/upload-sarif
70
with:
0 commit comments