Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security enhances #1009

Closed
wants to merge 7 commits into from
Closed

Conversation

starlightretailceo
Copy link

This pull request introduces two new GitHub Actions workflows for CodeQL analysis. CodeQL is a tool for code scanning that helps detect vulnerabilities and errors in code. The workflows are set to run on push and pull request events to the main branch, and on a scheduled basis.

The changes include:

  • .github/workflows/code.yml: A new workflow has been added for CodeQL analysis. This workflow is configured to analyze JavaScript/TypeScript and Python code. It runs on either macos-latest (for Swift) or ubuntu-latest (for other languages), and has a timeout of either 120 minutes (for Swift) or 360 minutes (for other languages). The workflow is scheduled to run every Monday at 22:39.

  • .github/workflows/codeql.yml: Another new workflow for CodeQL analysis. This workflow has the same configuration as the code.yml workflow, but is scheduled to run every Friday at 03:20.

These workflows will help improve the code quality and security of your project by regularly scanning the code for potential issues.### Motivation and Context

Signed-off-by: Mammon Baloch <[email protected]>
Signed-off-by: Mammon Baloch <[email protected]>
@starlightretailceo
Copy link
Author

@microsoft-github-policy-service agree company="STARLIGHT RETAIL INC"

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.

1 participant