From cf266cbf27ef6c79f1be67efd667a6300bc43c11 Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Fri, 8 May 2020 16:25:51 +0200 Subject: [PATCH] Move codeql-action --- .github/workflows/integration-testing.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index b9a366b56..4f1600551 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -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: