|
12 | 12 | # This is only here to prevent this workflow from running.
|
13 | 13 | # codeql-analysis requires code scanning to be enabled
|
14 | 14 | # Code scanning can only be enabled for organizations
|
15 |
| - push: |
16 |
| - branches: ${{ github.ref }} |
17 |
| - pull_request: |
| 15 | + # push: |
| 16 | + # branches: ${{ github.ref }} |
| 17 | + # pull_request: |
18 | 18 | # The branches below must be a subset of the branches above
|
19 |
| - branches: ${{ github.ref }} |
20 |
| - schedule: |
21 |
| - - cron: '0 13 * * 0' |
| 19 | + # branches: ${{ github.ref }} |
| 20 | + # schedule: |
| 21 | + # - cron: '0 13 * * 0' |
22 | 22 |
|
23 | 23 | # push:
|
24 | 24 | # branches: [main]
|
|
27 | 27 | # schedule:
|
28 | 28 | # - cron: '0 13 * * 0'
|
29 | 29 |
|
30 |
| -jobs: |
31 |
| - CodeQL-Build: |
| 30 | +# jobs: |
| 31 | + # CodeQL-Build: |
32 | 32 |
|
33 |
| - runs-on: ubuntu-latest |
| 33 | + # runs-on: ubuntu-latest |
34 | 34 |
|
35 |
| - steps: |
36 |
| - - name: Checkout repository |
37 |
| - uses: actions/checkout@v2 |
38 |
| - with: |
| 35 | + # steps: |
| 36 | + # - name: Checkout repository |
| 37 | + # uses: actions/checkout@v2 |
| 38 | + # with: |
39 | 39 | # We must fetch at least the immediate parents so that if this is
|
40 | 40 | # a pull request then we can checkout the head.
|
41 |
| - fetch-depth: 2 |
| 41 | + # fetch-depth: 2 |
42 | 42 |
|
43 | 43 | # If this run was triggered by a pull request event, then checkout
|
44 | 44 | # the head of the pull request instead of the merge commit.
|
45 |
| - - run: git checkout HEAD^2 |
46 |
| - if: ${{ github.event_name == 'pull_request' }} |
| 45 | + # - run: git checkout HEAD^2 |
| 46 | + # if: ${{ github.event_name == 'pull_request' }} |
47 | 47 |
|
48 | 48 | # Initializes the CodeQL tools for scanning.
|
49 |
| - - name: Initialize CodeQL |
50 |
| - uses: github/codeql-action/init@v1 |
| 49 | + # - name: Initialize CodeQL |
| 50 | + # uses: github/codeql-action/init@v1 |
51 | 51 | # Override language selection by uncommenting this and choosing your languages
|
52 | 52 | # with:
|
53 | 53 | # languages: go, javascript, csharp, python, cpp, java
|
54 | 54 |
|
55 | 55 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
56 | 56 | # If this step fails, then you should remove it and run the build manually (see below)
|
57 |
| - - name: Autobuild |
58 |
| - uses: github/codeql-action/autobuild@v1 |
| 57 | + # - name: Autobuild |
| 58 | + # uses: github/codeql-action/autobuild@v1 |
59 | 59 |
|
60 | 60 | # ℹ️ Command-line programs to run using the OS shell.
|
61 | 61 | # 📚 https://git.io/JvXDl
|
|
64 | 64 | # and modify them (or add more) to build your code if your project
|
65 | 65 | # uses a compiled language
|
66 | 66 |
|
67 |
| - #- run: | |
| 67 | + # - run: | |
68 | 68 | # make bootstrap
|
69 | 69 | # make release
|
70 | 70 |
|
71 |
| - - name: Perform CodeQL Analysis |
72 |
| - uses: github/codeql-action/analyze@v1 |
| 71 | + # - name: Perform CodeQL Analysis |
| 72 | + # uses: github/codeql-action/analyze@v1 |
0 commit comments