The-Xiting-Way / DevXClub

DevXClub: We Build Together
https://devxclub.vercel.app
GNU General Public License v3.0
12 stars 21 forks source link

[Feature]: add codeql workflow for `TypeScript` #74

Open harmeetsingh11 opened 1 month ago

harmeetsingh11 commented 1 month ago

Describe the feature

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

How would you like to see it implemented?

I aim to implement the CodeQL workflow to automate security checks. CodeQL, GitHub's code analysis engine, will identify vulnerabilities in the code and present the findings as code scanning alerts. This workflow will be activated for every push, commit, and pull request through GitHub Actions.

Record