Home
last modified time | relevance | path

Searched +full:codeql +full:- +full:build (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/.github/workflows/
Dcodeql.yml1 name: "Code scanning - action"
7 - cron: '0 19 * * 0'
10 CodeQL-Build:
12 # CodeQL runs on ubuntu-latest and windows-latest
13 runs-on: ubuntu-latest
16 - name: Checkout repository
21 fetch-depth: 2
25 - run: git checkout HEAD^2
28 # Initializes the CodeQL tools for scanning.
29 - name: Initialize CodeQL
[all …]
/third_party/curl/.github/workflows/
Dcodeql-analysis.yml1 name: codeql
8 - master
9 - '*/ci'
12 - master
14 - cron: '0 0 * * 4'
17 codeql:
18 runs-on: ubuntu-latest
20 - name: Checkout repository
23 # Initializes the CodeQL tools for scanning.
24 - name: Initialize CodeQL
[all …]
/third_party/json/.github/workflows/
Dcodeql-analysis.yml1 name: "Code scanning - action"
10 - cron: '0 19 * * 1'
13 CodeQL-Build:
15 runs-on: ubuntu-latest
18 - name: Checkout repository
23 fetch-depth: 2
27 - run: git checkout HEAD^2
30 # Initializes the CodeQL tools for scanning.
31 - name: Initialize CodeQL
32 uses: github/codeql-action/init@v1
[all …]