From d92e1f890e0f4a8dd0051b2aeb2476cb1f4bbccb Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Mon, 23 Jan 2023 15:56:27 +0000 Subject: [PATCH] Correct indentation of "run" example --- code-scanning/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-scanning/codeql.yml b/code-scanning/codeql.yml index 002e424..f0c3beb 100644 --- a/code-scanning/codeql.yml +++ b/code-scanning/codeql.yml @@ -67,8 +67,8 @@ jobs: # 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 + # echo "Run, Build Application using script" + # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2