Skip to content

Commit 683fa7a

Browse files
Fixed yml config error in hierarchy
1 parent 7824467 commit 683fa7a

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -208,33 +208,20 @@ jobs:
208208
run: |
209209
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
210210
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
225212
226213
# 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 }}
232219
# If you wish to specify custom queries, you can do so here or in a config file.
233220
# By default, queries listed here will override any specified in a config file.
234221
# Prefix the list here with "+" to use these queries and those in the config file.
235222

236223
# 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
237-
queries: ${{ matrix.language && 'security-extended, security-and-quality' }}
224+
queries: ${{ matrix.language && 'security-extended, security-and-quality' }}
238225

239226
- if: matrix.build-mode == 'manual'
240227
shell: bash

0 commit comments

Comments
 (0)