Move codeql-action
This commit is contained in:
parent
1f29db50bb
commit
cf266cbf27
1 changed files with 9 additions and 0 deletions
9
.github/workflows/integration-testing.yml
vendored
9
.github/workflows/integration-testing.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
mkdir ../action
|
||||
shopt -s dotglob
|
||||
mv * ../action/
|
||||
mv ../action/tests/multi-language-repo/* .
|
||||
- uses: ./../action/init
|
||||
|
|
@ -37,6 +38,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
mkdir ../action
|
||||
shopt -s dotglob
|
||||
mv * ../action/
|
||||
mv ../action/tests/multi-language-repo/* .
|
||||
- uses: ./../action/init
|
||||
|
|
@ -56,6 +58,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Move codeql-action
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir ../action
|
||||
shopt -s dotglob
|
||||
mv * ../action/
|
||||
mv ../action/tests/multi-language-repo/* .
|
||||
- uses: arthurnn/code-scanning-rubocop/rubocop-action@master
|
||||
- uses: ./../action/upload-sarif
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue