|
17 | 17 | pull_request: |
18 | 18 | branches: [ "main" ] |
19 | 19 | schedule: |
20 | | - - cron: '31 17 * * 1' |
| 20 | + - cron: '31 17 * * 1' |
21 | 21 |
|
22 | 22 | jobs: |
23 | 23 | analyze: |
@@ -55,12 +55,12 @@ jobs: |
55 | 55 | # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages |
56 | 56 | steps: |
57 | 57 | - name: Checkout repository |
58 | | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
| 58 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 |
59 | 59 |
|
60 | 60 | # Initializes the CodeQL tools for scanning. |
61 | 61 | - name: Initialize CodeQL |
62 | | - uses: github/codeql-action/init@a65a038433a26f4363cf9f029e3b9ceac831ad5d |
63 | | - with: |
| 62 | + uses: github/codeql-action/init@a65a038433a26f4363cf9f029e3b9ceac831ad5d |
| 63 | + with: |
64 | 64 | languages: ${{ matrix.language }} |
65 | 65 | build-mode: ${{ matrix.build-mode }} |
66 | 66 | # If you wish to specify custom queries, you can do so here or in a config file. |
|
76 | 76 | # to build your code. |
77 | 77 | # ℹ️ Command-line programs to run using the OS shell. |
78 | 78 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun |
79 | | - - if: matrix.build-mode == 'manual' |
| 79 | + - if: matrix.build-mode == 'manual' |
80 | 80 | shell: bash |
81 | | - run: | |
| 81 | + run: | |
82 | 82 | echo 'If you are using a "manual" build mode for one or more of the' \ |
83 | 83 | 'languages you are analyzing, replace this with the commands to build' \ |
84 | 84 | 'your code, for example:' |
|
87 | 87 | exit 1 |
88 | 88 |
|
89 | 89 | - name: Perform CodeQL Analysis |
90 | | - uses: github/codeql-action/analyze@a65a038433a26f4363cf9f029e3b9ceac831ad5d |
91 | | - with: |
| 90 | + uses: github/codeql-action/analyze@a65a038433a26f4363cf9f029e3b9ceac831ad5d |
| 91 | + with: |
92 | 92 | category: "/language:${{matrix.language}}" |
0 commit comments