Lines Matching +full:codeql +full:- +full:build
1 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
25 uses: github/codeql-action/init@v1
28 queries: security-extended
30 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
31 # If this step fails, then you should remove it and run the build manually (see below)
32 - name: Autobuild
33 uses: github/codeql-action/autobuild@v1
35 # ℹ️ Command-line programs to run using the OS shell.
39 # and modify them (or add more) to build your code if your project
42 #- run: |
46 - name: Perform CodeQL Analysis
47 uses: github/codeql-action/analyze@v1