mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Move codeql-action
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user