Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
it requires paid for private pro or available in public.
So disabled it for now.

Signed-off-by: Sreang Rathanak <[email protected]>
  • Loading branch information
rathanak-0080 authored and Sreang Rathanak committed Jan 15, 2024
1 parent 498ee36 commit efed621
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit efed621

Please sign in to comment.