Skip to content

Conversation

@amitjoshi438
Copy link
Contributor

@amitjoshi438 amitjoshi438 commented Jul 14, 2025

This pull request introduces a new GitHub Actions workflow for CodeQL analysis, enabling advanced code scanning capabilities for security and quality checks. The workflow is designed to analyze JavaScript and TypeScript code and includes provisions for customization and manual build steps.

This is first version, we can customize it as per our requirements.

Code Scanning Setup:

  • .github/workflows/codeql.yml: Added a new CodeQL workflow named "CodeQL Advanced" to analyze JavaScript and TypeScript code. The workflow is triggered on push and pull_request events targeting the main branch, as well as on a scheduled cron job every Friday at 23:28 UTC. It includes initialization and analysis steps using the github/codeql-action actions.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@amitjoshi438 amitjoshi438 merged commit bde649b into main Jul 14, 2025
3 checks passed
@amitjoshi438 amitjoshi438 deleted the amitjoshi438-patch-4 branch July 14, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants