You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+45-45Lines changed: 45 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,10 @@ jobs:
46
46
fail-fast: false
47
47
matrix:
48
48
include:
49
-
- language: actions
50
-
build-mode: none
51
-
- language: python
52
-
build-mode: none
49
+
- language: actions
50
+
build-mode: none
51
+
- language: python
52
+
build-mode: none
53
53
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
54
54
# Use `c-cpp` to analyze code written in C, C++ or both
55
55
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -59,50 +59,50 @@ jobs:
59
59
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
60
60
# 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
61
61
steps:
62
-
- name: Harden the runner (Audit all outbound calls)
# If you wish to specify custom queries, you can do so here or in a config file.
83
+
# By default, queries listed here will override any specified in a config file.
84
+
# Prefix the list here with "+" to use these queries and those in the config file.
85
85
86
-
# 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
87
-
# queries: security-extended,security-and-quality
86
+
# 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
87
+
# queries: security-extended,security-and-quality
88
88
89
-
# If the analyze step fails for one of the languages you are analyzing with
90
-
# "We were unable to automatically build your code", modify the matrix above
91
-
# to set the build mode to "manual" for that language. Then modify this step
92
-
# to build your code.
93
-
# ℹ️ Command-line programs to run using the OS shell.
94
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
95
-
- if: matrix.build-mode == 'manual'
96
-
shell: bash
97
-
run: |
98
-
echo 'If you are using a "manual" build mode for one or more of the' \
99
-
'languages you are analyzing, replace this with the commands to build' \
100
-
'your code, for example:'
101
-
echo ' make bootstrap'
102
-
echo ' make release'
103
-
exit 1
89
+
# If the analyze step fails for one of the languages you are analyzing with
90
+
# "We were unable to automatically build your code", modify the matrix above
91
+
# to set the build mode to "manual" for that language. Then modify this step
92
+
# to build your code.
93
+
# ℹ️ Command-line programs to run using the OS shell.
94
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
95
+
- if: matrix.build-mode == 'manual'
96
+
shell: bash
97
+
run: |
98
+
echo 'If you are using a "manual" build mode for one or more of the' \
99
+
'languages you are analyzing, replace this with the commands to build' \
issue-message: "Hi! Thanks for pointing out an issue/suggestion for the first time to Logicytics 🤗 We hope it goes as smoothly as possible."
24
-
pr-message: "Hi! Thanks for contributing for the first time to Logicytics 🤗 We hope it goes as smoothly as possible and appreciate your valuable contribution."
issue-message: "Hi! Thanks for pointing out an issue/suggestion for the first time to Logicytics 🤗 We hope it goes as smoothly as possible."
24
+
pr-message: "Hi! Thanks for contributing for the first time to Logicytics 🤗 We hope it goes as smoothly as possible and appreciate your valuable contribution."
0 commit comments