1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 17:30:44 +00: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: