From 3b78efae64bfd558334246fd6e5dffcae62d8a4d Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 31 Dec 2020 11:49:43 +0100 Subject: [PATCH] Security: bash shell --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 56df8184..fbd64293 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,6 +39,7 @@ jobs: - name: Build run: ./build.sh build + shell: bash # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) @@ -57,4 +58,5 @@ jobs: # make release - name: Perform CodeQL Analysis + if: success() uses: github/codeql-action/analyze@v1