programmingninjas / GPT-3.5-ON-STEROIDS

GPT-3.5-ON-STEROIDS combines GPT with Python tools, empowering dynamic web scraping, language processing, and data retrieval. Contribute to advancing text generation with AI. 🚀
https://www.linkedin.com/posts/ayankhan3105_generativeai-autonomousagents-aiinnovation-activity-7118241513121153025--b3i
MIT License
25 stars 20 forks source link

[Feature Request]: add codeql workflow #20

Closed harmeetsingh11 closed 10 months ago

harmeetsingh11 commented 10 months ago

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

The repository contains code in python, 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

programmingninjas commented 10 months ago

@harmeetsingh11 That will be a great add harmeet ! Go for it.

programmingninjas commented 10 months ago

@harmeetsingh11 As i don't have any knowledge about CodeQl. I asked Chatgpt to review the code content and it asked me why are you using swift repository when the project is of python. Something like this. So kindly check and let me know if it's fine the way it is

harmeetsingh11 commented 10 months ago

@programmingninjas you are right. Thanks for pointing it out. Updated the workflow, please review it.