dakshsinghrathore / Brighter-Beginnings

Discover coding for beginners in our GitHub repo! Enjoy a free three-module course, an interactive learning experience, and a supportive community. Your journey to a brighter future starts now! Join us!
https://brighter-beginnings.vercel.app
MIT License
29 stars 54 forks source link

Feat: add codeql workflow #43

Closed harmeetsingh11 closed 10 months ago

harmeetsingh11 commented 10 months ago

Describe the feature

Is your feature request related to a problem? Please describe.

The repository contains code in javascript, it does not have workflow for code scanning.

Describe the solution you'd like

I want to add the codeql workflow to automate security checks. CodeQL is the code analysis engine developed by GitHub to identify vulnerabilities in code. It will analyze your code and display the results as code scanning alerts. It will be enabled on every push, commit and pull request using GitHub actions.

Add ScreenShots

.

Record

github-actions[bot] commented 10 months ago

Congratulations, @harmeetsingh11! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and I look forward to work with you to resolve the issue. Keep up the great work!

I will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check my contributing guidelines

dakshsinghrathore commented 10 months ago

@harmeetsingh11 assigned !