summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Stockmann <zyanklee@gmail.com>2022-05-24 13:52:55 +0200
committerPhillip Stockmann <zyanklee@gmail.com>2022-05-24 14:08:17 +0200
commitd5823884ea7ce6ca701e8c1fcb6a33ec2bba838c (patch)
tree37f5623b364b5960f76248a9dc7dfcb2a1ab6544
parentb6ec78e8f31a8493480b4643b3812a561c701904 (diff)
fix(codeql): run make devfeature/codeql
-rw-r--r--.github/workflows/codeql-analysis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8da23f4..47f65ad 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -54,8 +54,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@v2
+ # - name: Autobuild
+ # uses: github/codeql-action/autobuild@v2
# ℹī¸ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -63,9 +63,8 @@ jobs:
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
- # - run: |
- # echo "Run, Build Application using script"
- # ./location_of_script_within_repo/buildscript.sh
+ - run: |
+ make dev
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2