From 7c6e4e8e923795206d14171fbfdcad0f97f969fc Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Sat, 20 Sep 2025 17:50:27 +1000 Subject: [PATCH] ci: fix CodeQL configuration Signed-off-by: behnazh-w --- .github/codeql/codeql-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/codeql/codeql-config.yaml b/.github/codeql/codeql-config.yaml index 3443adaf1..a090b5faa 100644 --- a/.github/codeql/codeql-config.yaml +++ b/.github/codeql/codeql-config.yaml @@ -1,6 +1,8 @@ -# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2022 - 2025, Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. name: CodeQL configuration paths: - src/macaron +- .github/workflows +- golang/