From 33111e2235100e8aedefaa0a171706f5a678fd83 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Tue, 30 Jun 2020 21:22:00 +0200 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a27a614..aed5e30 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,8 +33,8 @@ jobs: # 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) - #- name: Autobuild - # uses: github/codeql-action/autobuild@v1 + - name: Autobuild + uses: github/codeql-action/autobuild@v1 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -44,7 +44,7 @@ jobs: # uses a compiled language - run: - make all + make - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1