Searched +full:codeql +full:- +full:build (Results 1 – 3 of 3) sorted by relevance
1 name: "Code scanning - action"7 - cron: '0 19 * * 0'10 CodeQL-Build:12 # CodeQL runs on ubuntu-latest and windows-latest13 runs-on: ubuntu-latest16 - name: Checkout repository21 fetch-depth: 225 - run: git checkout HEAD^228 # Initializes the CodeQL tools for scanning.29 - name: Initialize CodeQL[all …]
1 name: codeql8 - master9 - '*/ci'12 - master14 - cron: '0 0 * * 4'17 codeql:18 runs-on: ubuntu-latest20 - name: Checkout repository23 # Initializes the CodeQL tools for scanning.24 - name: Initialize CodeQL[all …]
1 name: "Code scanning - action"10 - cron: '0 19 * * 1'13 CodeQL-Build:15 runs-on: ubuntu-latest18 - name: Checkout repository23 fetch-depth: 227 - run: git checkout HEAD^230 # Initializes the CodeQL tools for scanning.31 - name: Initialize CodeQL32 uses: github/codeql-action/init@v1[all …]