sample-app-aoai-chatGPT
                                
                                
                                
                                    sample-app-aoai-chatGPT copied to clipboard
                            
                            
                            
                        pull
This pull request adds two new GitHub Actions workflows for CodeQL analysis to ensure code quality and security. The workflows are configured to run on specific branches and schedules, and they include steps for initializing CodeQL, checking out the repository, and performing the analysis.
New GitHub Actions Workflows for CodeQL Analysis:
- Workflow Configuration:
- Added 
.github/workflows/code.ymlto set up a CodeQL analysis workflow that runs onpushandpull_requestevents for themainbranch, and on a weekly schedule. - Added 
.github/workflows/codeql.ymlto set up another CodeQL analysis workflow with similar configurations but a different schedule. 
 - Added 
 
These workflows are designed to automatically scan the codebase for vulnerabilities and errors using CodeQL, providing a robust mechanism for maintaining code quality and security.### Motivation and Context
Description
Contribution Checklist
- [x] I have built and tested the code locally and in a deployed app
 - [x] For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
 - [x] This is a change for all users of this app. No code or asset is specific to my use case or my organization.
 - [x] I didn't break any existing functionality :smile: