From efed621f33b8cb186c8a064e918fcd1d5839761f Mon Sep 17 00:00:00 2001 From: rathanak-0080 <148197234+rathanak-0080@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:48:53 +0700 Subject: [PATCH] Update codeql-analysis.yml it requires paid for private pro or available in public. So disabled it for now. Signed-off-by: Sreang Rathanak --- .github/workflows/codeql-analysis.yml | 78 +++++++++++++-------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dc431c8a..29999191 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,42 +1,42 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "CodeQL" +# # For most projects, this workflow file will not need changing; you simply need +# # to commit it to your repository. +# # +# # You may wish to alter this file to override the set of languages analyzed, +# # or to provide custom queries or build logic. +# # +# # ******** NOTE ******** +# # We have attempted to detect the languages in your repository. Please check +# # the `language` matrix defined below to confirm you have the correct set of +# # supported CodeQL languages. +# # +# name: "CodeQL" -permissions: - actions: read - security-events: write - contents: read +# permissions: +# actions: read +# security-events: write +# contents: read -on: - release: - types: [published] - pull_request: - types: [opened] - workflow_dispatch: - inputs: - message: - description: 'Message for manually triggering' - required: false - default: 'Triggered for Updates' - type: string - push: - branches: - - '!release-branch' - - master - - 1.* - - develop - - MOSIP* - - release* +# on: +# release: +# types: [published] +# pull_request: +# types: [opened] +# workflow_dispatch: +# inputs: +# message: +# description: 'Message for manually triggering' +# required: false +# default: 'Triggered for Updates' +# type: string +# push: +# branches: +# - '!release-branch' +# - master +# - 1.* +# - develop +# - MOSIP* +# - release* -jobs: - analyze: - uses: mosip/kattu/.github/workflows/codeql-analysis.yml@master +# jobs: +# analyze: +# uses: mosip/kattu/.github/workflows/codeql-analysis.yml@master