Lines Matching +full:fetch +full:- +full:depth
1 name: "Code scanning - action"
10 - cron: '0 19 * * 1'
13 CodeQL-Build:
15 runs-on: ubuntu-latest
18 - name: Checkout repository
21 # We must fetch at least the immediate parents so that if this is
23 fetch-depth: 2
27 - run: git checkout HEAD^2
31 - name: Initialize CodeQL
32 uses: github/codeql-action/init@v1
39 - name: Autobuild
40 uses: github/codeql-action/autobuild@v1
42 # ℹ️ Command-line programs to run using the OS shell.
49 #- run: |
53 - name: Perform CodeQL Analysis
54 uses: github/codeql-action/analyze@v1