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
+7-20Lines changed: 7 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -208,33 +208,20 @@ jobs:
208
208
run: |
209
209
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
210
210
echo "${{ env.TURBO_CACHE_DIR }}"
211
-
212
-
213
-
# - name: 'Upload Artifact'
214
-
# uses: actions/upload-artifact@v4
215
-
# with:
216
-
# name: ios-artifact
217
-
# path:
218
-
219
-
220
-
# Add any setup steps before running the `github/codeql-action/init` action.
221
-
# This includes steps like installing compilers or runtimes (`actions/setup-node`
222
-
# or others). This is typically only required for manual builds.
223
-
# - name: Setup runtime (example)
224
-
# uses: actions/setup-example@v1
211
+
exit 1
225
212
226
213
# Initializes the CodeQL tools for scanning.
227
-
- name: Initialize CodeQL
228
-
uses: github/codeql-action/init@v3
229
-
with:
230
-
languages: ${{ matrix.language }}
231
-
build-mode: ${{ matrix.build-mode }}
214
+
- name: Initialize CodeQL
215
+
uses: github/codeql-action/init@v3
216
+
with:
217
+
languages: ${{ matrix.language }}
218
+
build-mode: ${{ matrix.build-mode }}
232
219
# If you wish to specify custom queries, you can do so here or in a config file.
233
220
# By default, queries listed here will override any specified in a config file.
234
221
# Prefix the list here with "+" to use these queries and those in the config file.
235
222
236
223
# 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
0 commit comments