1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-03-15 10:55:21 -04:00

Fix: codeql workflow alert (#682)

This commit is contained in:
Loyalsoldier
2021-02-17 06:36:02 +08:00
committed by GitHub
parent 612bf6a65d
commit 4aa536292e

View File

@@ -2,16 +2,8 @@ name: CodeQL
on:
push:
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
jobs:
analyze: