dashroshan / coding-contests-companion

💪 Discord bot for coding contests info, notifications, and daily problems from codechef, leetcode, hackerrank, codeforces, atcoder, hackerearth, and geeksforgeeks
MIT License
41 stars 36 forks source link

[FEATURE]: add codeql workflow #64

Closed harmeetsingh11 closed 11 months ago

harmeetsingh11 commented 1 year ago

Description

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.

Record

dashroshan commented 1 year ago

@harmeetsingh11 go ahead, assigned it to you 👍