mirror of
https://github.com/netchx/netch.git
synced 2026-05-05 22:35:48 +08:00
[GitHub] Delete codeql.yml
This commit is contained in:
committed by
GitHub
parent
93ffb5e2cd
commit
e26846e87b
30
.github/workflows/codeql.yml
vendored
30
.github/workflows/codeql.yml
vendored
@@ -1,30 +0,0 @@
|
||||
name: "CodeQL CI"
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'go', 'cpp', 'csharp' ]
|
||||
|
||||
steps:
|
||||
- name: Code QL
|
||||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Analyze
|
||||
uses: github/codeql-action/analyze@v1
|
||||
Reference in New Issue
Block a user