(configPath: string, finalConfigPath: string)
| 706 | } |
| 707 | |
| 708 | function cleanupConfig(configPath: string, finalConfigPath: string): void { |
| 709 | if (!configPath) { |
| 710 | fs.unlinkSync(finalConfigPath); |
| 711 | } |
| 712 | } |
| 713 | |
| 714 | async function runCodeScan(): Promise<void> { |
| 715 | const inputs = getActionInputs(); |
no outgoing calls
no test coverage detected
searching dependent graphs…