Lines Matching +full:fetch +full:- +full:depth
1 name: "Code scanning - action"
6 - develop
7 - master
8 - release/*
11 - cron: '0 19 * * 1'
14 CodeQL-Build:
16 runs-on: ubuntu-latest
19 - name: Checkout repository
22 # We must fetch at least the immediate parents so that if this is
24 fetch-depth: 2
28 - run: git checkout HEAD^2
32 - name: Initialize CodeQL
33 uses: github/codeql-action/init@v1
40 - name: Autobuild
41 uses: github/codeql-action/autobuild@v1
43 # ℹ️ Command-line programs to run using the OS shell.
50 #- run: |
54 - name: Perform CodeQL Analysis
55 uses: github/codeql-action/analyze@v1