From 78f12373fc0b963e2d2315bc31bd63d4235ed445 Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Fri, 7 Jun 2024 21:59:38 -0700 Subject: [PATCH] auto build --- .github/workflows/codeql.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a9e36b5..fb58c0c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -77,15 +77,17 @@ jobs: # to build your code. # ℹī¸ 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 - - if: matrix.build-mode == 'manual' - shell: bash - run: | - echo 'If you are using a "manual" build mode for one or more of the' \ - 'languages you are analyzing, replace this with the commands to build' \ - 'your code, for example:' - echo ' make bootstrap' - echo ' make release' - exit 1 + - name: Autobuild + uses: github/codeql-action/autobuild@v3 +# - if: matrix.build-mode == 'manual' +# shell: bash +# run: | +# echo 'If you are using a "manual" build mode for one or more of the' \ +# 'languages you are analyzing, replace this with the commands to build' \ +# 'your code, for example:' +# echo ' make bootstrap' +# echo ' make release' +# exit 1 - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3