Skip to content

Commit b9e1ca5

Browse files
authored
Update codeql.yml
1 parent 27034ec commit b9e1ca5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ on:
2222
jobs:
2323
analyze:
2424
name: Analyze (${{ matrix.language }})
25-
# Runner size impacts CodeQL analysis time. To learn more, please see:
26-
# - https://gh.io/recommended-hardware-resources-for-running-codeql
27-
# - https://gh.io/supported-runners-and-hardware-resources
28-
# - https://gh.io/using-larger-runners (GitHub.com only)
29-
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
3025
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
3126
permissions:
3227
# required for all workflows
@@ -93,22 +88,6 @@ jobs:
9388
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
9489
# queries: security-extended,security-and-quality
9590

96-
# If the analyze step fails for one of the languages you are analyzing with
97-
# "We were unable to automatically build your code", modify the matrix above
98-
# to set the build mode to "manual" for that language. Then modify this step
99-
# to build your code.
100-
# ℹ️ Command-line programs to run using the OS shell.
101-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
102-
- if: matrix.build-mode == 'manual'
103-
shell: bash
104-
run: |
105-
echo 'If you are using a "manual" build mode for one or more of the' \
106-
'languages you are analyzing, replace this with the commands to build' \
107-
'your code, for example:'
108-
echo ' make bootstrap'
109-
echo ' make release'
110-
exit 1
111-
11291
- name: Perform CodeQL Analysis
11392
uses: github/codeql-action/analyze@v3
11493
with:

0 commit comments

Comments
 (0)