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 javascript #42

Conversation

harmeetsingh11
Copy link
Contributor

@harmeetsingh11 harmeetsingh11 commented Jan 15, 2024

Issue that this pull request solves

Closes: #40

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
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • My changes does not break the current system and it passes all the current test cases.

@PranabKumarSahoo please review this PR.
Thanks

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@singodiyashubham87
Copy link

@harmeetsingh11 @PranabKumarSahoo LGTM!

@PranabKumarSahoo PranabKumarSahoo merged commit 679a21d into PranabKumarSahoo:main Jan 15, 2024
2 checks passed
@PranabKumarSahoo
Copy link
Owner

Thanks for the initiative idea @harmeetsingh11! I appreciate your effort & contribution.

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]: add codeql workflow
3 participants