Skip to content

Commit 6655afb

Browse files
authored
ci: fix CodeQL configuration (#1182)
This PR updates the CodeQL configuration to ensure it runs for all the languages in the repository. It adds the .github/workflows and golang/ directories to the CodeQL configuration, so that changes in these areas. Signed-off-by: behnazh-w <[email protected]>
1 parent 320d644 commit 6655afb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/codeql/codeql-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2022 - 2025, Oracle and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

44
name: CodeQL configuration
55
paths:
66
- src/macaron
7+
- .github/workflows
8+
- golang/

0 commit comments

Comments
 (0)