From 5d4ab0e1dd1d8be44db0faba7b409b38edacf8de Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Wed, 4 Jan 2023 13:04:24 +1000 Subject: [PATCH] chore: enable CodeQL for Go Signed-off-by: behnazh-w --- .github/workflows/codeql-analysis.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 58c446184..6b89c75c9 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 - 2022, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2022 - 2023, 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/. # Run CodeQL over the package. For more configuration options see codeql/codeql-config.yaml @@ -17,6 +17,7 @@ on: # Avoid unnecessary scans of pull requests. paths: - '**/*.py' + - '**/*.go' schedule: - cron: 20 15 * * 3 permissions: @@ -35,7 +36,7 @@ jobs: matrix: # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://git.io/codeql-language-support - language: [python] + language: [python, go] python: ['3.11'] steps: