@@ -96,10 +96,10 @@ PR Opened
9696
9797** What it does** :
9898- Scans code for security vulnerabilities
99- - Analyzes JavaScript and Python code
99+ - Automatically detects and analyzes supported languages in the repository
100100- Reports findings to Security tab
101101
102- ** Languages** : JavaScript, Python (automatically detected )
102+ ** Languages** : Automatically detected (supports C++, C#, Go, Java, JavaScript, Python, Ruby, Swift )
103103
104104** Permissions** : ` actions: read ` , ` contents: read ` , ` security-events: write `
105105
@@ -116,7 +116,7 @@ PR Opened
116116- ` bugfix ` : fix, bug, resolve, correct, patch, repair
117117- ` documentation ` : docs, documentation, readme, guide, comment
118118- ` refactor ` : refactor, cleanup, restructure, optimize, improve
119- - ` dependencies ` : dependency, dependencies, dependabot, upgrade
119+ - ` dependencies ` : dependency, dependencies, dependabot, upgrade, update package
120120- ` ci ` : ci, workflow, github actions, pipeline, automation
121121- ` security ` : security, vulnerability, cve, exploit
122122- ` breaking-change ` : breaking change, breaking, major version
@@ -153,14 +153,14 @@ Applied by the auto-label workflow based on PR content:
153153
154154| Label | Description | Keywords |
155155| -------| -------------| ----------|
156- | ` enhancement ` | New features or improvements | feat, feature, add, implement |
157- | ` bugfix ` | Bug fixes | fix, bug, resolve, correct |
158- | ` documentation ` | Documentation changes | docs, documentation, readme |
159- | ` refactor ` | Code refactoring | refactor, cleanup, restructure |
160- | ` dependencies ` | Dependency updates | dependency, dependabot, upgrade |
161- | ` ci ` | CI/CD changes | ci, workflow, github actions |
162- | ` security ` | Security-related changes | security, vulnerability, cve |
163- | ` breaking-change ` | Breaking changes | breaking change, major version |
156+ | ` enhancement ` | New features or improvements | feat, feature, add, implement, enhance, new |
157+ | ` bugfix ` | Bug fixes | fix, bug, resolve, correct, patch, repair |
158+ | ` documentation ` | Documentation changes | docs, documentation, readme, guide, comment |
159+ | ` refactor ` | Code refactoring | refactor, cleanup, restructure, optimize, improve |
160+ | ` dependencies ` | Dependency updates | dependency, dependencies, dependabot, upgrade, update package |
161+ | ` ci ` | CI/CD changes | ci, workflow, github actions, pipeline, automation |
162+ | ` security ` | Security-related changes | security, vulnerability, cve, exploit |
163+ | ` breaking-change ` | Breaking changes | breaking change, breaking, major version |
164164| ` size/XS ` to ` size/XL ` | PR size indicator | Automatically calculated |
165165
166166### Manual Labels
0 commit comments