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
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
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:
217
218
218
219
219
220
# Add any setup steps before running the `github/codeql-action/init` action.
220
-
# This includes steps like installing compilers or runtimes (`actions/setup-node`
221
-
# or others). This is typically only required for manual builds.
222
-
# - name: Setup runtime (example)
223
-
# uses: actions/setup-example@v1
224
-
225
-
# Initializes the CodeQL tools for scanning.
226
-
- name: Initialize CodeQL
227
-
uses: github/codeql-action/init@v3
228
-
with:
229
-
languages: ${{ matrix.language }}
230
-
build-mode: ${{ matrix.build-mode }}
231
-
# If you wish to specify custom queries, you can do so here or in a config file.
232
-
# By default, queries listed here will override any specified in a config file.
233
-
# Prefix the list here with "+" to use these queries and those in the config file.
234
-
235
-
# 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
echo 'If you are using a "manual" build mode for one or more of the' \
242
-
'languages you are analyzing, replace this with the commands to build' \
243
-
'your code, for example:'
244
-
echo ' make bootstrap'
245
-
echo ' make release'
246
-
exit 1
247
-
- name: Perform CodeQL Analysis
248
-
uses: github/codeql-action/analyze@v3
249
-
with:
250
-
category: "/language:${{matrix.language}}"
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
225
+
226
+
# 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 }}
232
+
# If you wish to specify custom queries, you can do so here or in a config file.
233
+
# By default, queries listed here will override any specified in a config file.
234
+
# Prefix the list here with "+" to use these queries and those in the config file.
235
+
236
+
# 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