Browse Source

Security: bash shell

pull/752/head
Christoph Ruegg 5 years ago
committed by GitHub
parent
commit
3b78efae64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/codeql-analysis.yml

2
.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

Loading…
Cancel
Save