Skip to content

Commit 2f989f2

Browse files
committed
chore: enable CodeQL for Go (#18)
Signed-off-by: behnazh-w <[email protected]>
1 parent 0f56676 commit 2f989f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2022 - 2023, 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
# Run CodeQL over the package. For more configuration options see codeql/codeql-config.yaml
@@ -17,6 +17,7 @@ on:
1717
# Avoid unnecessary scans of pull requests.
1818
paths:
1919
- '**/*.py'
20+
- '**/*.go'
2021
schedule:
2122
- cron: 20 15 * * 3
2223
permissions:
@@ -35,7 +36,7 @@ jobs:
3536
matrix:
3637
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3738
# Learn more about CodeQL language support at https://git.io/codeql-language-support
38-
language: [python]
39+
language: [python, go]
3940
python: ['3.11']
4041
steps:
4142

0 commit comments

Comments
 (0)