General issue [Azure DevOps Pipeline]: pipeline is stuck at "Starting evaluation of codeql/csharp-queries/Telemetry/UnsupportedExternalAPIs.ql." step
- 主要语言
- CodeQL
- 星标
- 10.1k
- 派生
- 2.1k
- 平均合并
- 2 天 15 小时
- 30 天内合并 PR
- 141
描述
I am adding CodeQL checks to our repository for it to run when code is pushed to our branch. The code ql analyze task never finishes and it always stuck until the task fails at this step "Starting evaluation of codeql/csharp-queries/Telemetry/UnsupportedExternalAPIs.ql." of running "AdvancedSecurity-Codeql-Analyze@1" task in an AzureDevOps Pipeline.
Here is my yaml file's content:
```
trigger:
- main
pool:
vmImage: ubuntu-latest
variables:
#advancedsecurity.codeql.querysuite: security-extended
#advancedsecurity.submittoadvancedsecurity: true
timeoutInMinutes: 360
steps:
- task: AdvancedSecurity-Codeql-Init@1
inputs:
languages: 'csharp'
- task: AdvancedSecurity-Codeql-Autobuild@1
- task: AdvancedSecurity-Dependency-Scanning@1
- task: AdvancedSecurity-Codeql-Analyze@1
```
贡献指南
调研方向
Start with the Azure DevOps YAML in the issue and the logs from AdvancedSecurity-Codeql-Init@1, AdvancedSecurity-Codeql-Autobuild@1, and AdvancedSecurity-Codeql-Analyze@1, focusing on the UnsupportedExternalAPIs.ql evaluation step. Reproduce the stalled C# analysis if possible; done means identifying a confirmed cause and documenting a working resolution or the missing information needed to diagnose it.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, csharp
- 领域
- ci-cd, security
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 28/100