From 26e099562f6ba8d9507c7f4888874ae89c7abb8e Mon Sep 17 00:00:00 2001 From: jeremy4040 <88025755+jeremy4040@users.noreply.github.com> Date: Mon, 27 May 2024 16:19:22 +0530 Subject: [PATCH] Update codeql.yml Signed-off-by: jeremy4040 <88025755+jeremy4040@users.noreply.github.com> --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3e27198f..27665659 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -64,9 +64,9 @@ 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: | + # echo "Run, Build Application using script" + # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2