Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add codeql workflow for kotlin #50

Conversation

harmeetsingh11
Copy link

Issue that this pull request solves

Closes: #48

Proposed changes

Files added

  • .github/workflows/codeql.yml

To run this workflow you need to enable the following permission:

  1. Go to your project repository settings
  2. On left pane > Actions > General

image

  1. Scroll down and Go to Workflow permissions > select "Read and write permissions"

image

  1. Click save and its done.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (Documentation content changed)
  • Other (please describe):

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • I am a IWOC'2024 contributor

@vigneshshettyin please review this PR.
Thanks

@vigneshshettyin
Copy link
Owner

@harmeetsingh11 workflow is failing. Have you tested the workflow before?

Copy link
Owner

@vigneshshettyin vigneshshettyin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires testing workflow!!

@harmeetsingh11
Copy link
Author

Discovered the cause of the failure – I think the existing CodeQL workflow in your repository's advanced security settings is preventing the execution of the same workflow twice. To resolve this, either disable it from your settings or consider closing this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: add codeql workflow for kotlin language
2 participants