From 42d6f07c9ae607b07157628f57510f9d32172e35 Mon Sep 17 00:00:00 2001 From: Kath <55346310+Kathund@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:59:39 +0800 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1bec2fb..99228ed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,6 +12,11 @@ # name: 'CodeQL' +output: + description: The path of the directory in which to save the SARIF results + required: false + default: "../results" + on: push: branches: ['main']