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