|
8 | 8 | branches-ignore:
|
9 | 9 | - "dependabot/**"
|
10 | 10 | schedule:
|
11 |
| - - cron: '0 19 * * 0' |
| 11 | + - cron: "0 19 * * 0" |
12 | 12 |
|
13 | 13 | jobs:
|
14 | 14 | CodeQL-Build:
|
15 |
| - |
16 | 15 | # CodeQL runs on ubuntu-latest and windows-latest
|
17 | 16 | runs-on: ubuntu-latest
|
18 | 17 |
|
19 | 18 | steps:
|
20 |
| - - name: Checkout repository |
21 |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
22 |
| - with: |
23 |
| - # We must fetch at least the immediate parents so that if this is |
24 |
| - # a pull request then we can checkout the head. |
25 |
| - fetch-depth: 2 |
26 |
| - |
27 |
| - # Initializes the CodeQL tools for scanning. |
28 |
| - - name: Initialize CodeQL |
29 |
| - uses: github/codeql-action/init@v3 |
30 |
| - # Override language selection by uncommenting this and choosing your languages |
31 |
| - # with: |
32 |
| - # languages: go, javascript, csharp, python, cpp, java |
33 |
| - |
34 |
| - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). |
35 |
| - # If this step fails, then you should remove it and run the build manually (see below) |
36 |
| - - name: Autobuild |
37 |
| - uses: github/codeql-action/autobuild@v3 |
38 |
| - |
39 |
| - # ℹ️ Command-line programs to run using the OS shell. |
40 |
| - # 📚 https://git.io/JvXDl |
41 |
| - |
42 |
| - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines |
43 |
| - # and modify them (or add more) to build your code if your project |
44 |
| - # uses a compiled language |
45 |
| - |
46 |
| - #- run: | |
47 |
| - # make bootstrap |
48 |
| - # make release |
49 |
| - |
50 |
| - - name: Perform CodeQL Analysis |
51 |
| - uses: github/codeql-action/analyze@v3 |
| 19 | + - name: Checkout repository |
| 20 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 |
| 21 | + with: |
| 22 | + # We must fetch at least the immediate parents so that if this is |
| 23 | + # a pull request then we can checkout the head. |
| 24 | + fetch-depth: 2 |
| 25 | + |
| 26 | + # Initializes the CodeQL tools for scanning. |
| 27 | + - name: Initialize CodeQL |
| 28 | + uses: github/codeql-action/init@v3 |
| 29 | + # Override language selection by uncommenting this and choosing your languages |
| 30 | + # with: |
| 31 | + # languages: go, javascript, csharp, python, cpp, java |
| 32 | + |
| 33 | + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). |
| 34 | + # If this step fails, then you should remove it and run the build manually (see below) |
| 35 | + - name: Autobuild |
| 36 | + uses: github/codeql-action/autobuild@v3 |
| 37 | + |
| 38 | + # ℹ️ Command-line programs to run using the OS shell. |
| 39 | + # 📚 https://git.io/JvXDl |
| 40 | + |
| 41 | + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines |
| 42 | + # and modify them (or add more) to build your code if your project |
| 43 | + # uses a compiled language |
| 44 | + |
| 45 | + #- run: | |
| 46 | + # make bootstrap |
| 47 | + # make release |
| 48 | + |
| 49 | + - name: Perform CodeQL Analysis |
| 50 | + uses: github/codeql-action/analyze@v3 |
0 commit comments