From 5917818254a14444796a4428e7b5e0d425f4bd61 Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov Date: Tue, 29 Dec 2020 10:00:25 +0300 Subject: [PATCH] Update sonar-scanner.yml --- .github/workflows/sonar-scanner.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar-scanner.yml b/.github/workflows/sonar-scanner.yml index 8a1e88efa..92a93e47b 100644 --- a/.github/workflows/sonar-scanner.yml +++ b/.github/workflows/sonar-scanner.yml @@ -15,6 +15,8 @@ jobs: SonarScanner: if: github.repository == 'BlizD/Tasks' runs-on: ubuntu-latest + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true steps: - name: Checkout uses: actions/checkout@v2 @@ -44,4 +46,4 @@ jobs: -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} -Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }} -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }} - -Dsonar.bsl.languageserver.enabled=true \ No newline at end of file + -Dsonar.bsl.languageserver.enabled=true