forked from mosip/esignet-signup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
498ee36
commit efed621
Showing
1 changed file
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |