Skip to content

Commit b4aa595

Browse files
committed
indentation fiddling
1 parent 9df4b2f commit b4aa595

1 file changed

Lines changed: 41 additions & 43 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 41 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,16 @@ jobs:
150150
- language: swift
151151
build-mode: manual
152152

153-
build_library:
154-
runs-on: ubuntu-latest
155-
steps:
153+
steps:
156154

157-
- name: Checkout
158-
uses: actions/checkout@v4
155+
- name: Checkout
156+
uses: actions/checkout@v4
159157

160-
- name: Setup
161-
uses: ./.github/actions/setup
158+
- name: Setup
159+
uses: ./.github/actions/setup
162160

163-
- name: Build package
164-
run: yarn prepare
161+
- name: Build package
162+
run: yarn prepare
165163

166164
# - name: Clean DerivedData folder
167165
# run: |
@@ -187,40 +185,40 @@ jobs:
187185
# cd example/ios &&
188186
# NO_FLIPPER=1 pod install --repo-update &&
189187
# cd ..
190-
# env:
191-
# NO_FLIPPER: 1
192-
193-
# Initializes the CodeQL tools for scanning.
194-
- name: Initialize CodeQL
195-
uses: github/codeql-action/init@v3
196-
with:
197-
languages: ${{ matrix.language }}
198-
build-mode: ${{ matrix.build-mode }}
199-
# If you wish to specify custom queries, you can do so here or in a config file.
200-
# By default, queries listed here will override any specified in a config file.
201-
# Prefix the list here with "+" to use these queries and those in the config file.
202-
203-
# 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
204-
queries: ${{ matrix.language && 'security-extended, security-and-quality' }}
205-
206-
- if: matrix.build-mode == 'manual'
207-
shell: bash
208-
run: |
209-
cd example/ios
210-
211-
xcodebuild clean build \
212-
-workspace IterableExpoPlugin.xcworkspace \
213-
-scheme IterableExpoPluginExample \
214-
CODE_SIGN_IDENTITY="" \
215-
CODE_SIGNING_REQUIRED=NO \
216-
CODE_SIGNING_ALLOWED=NO \
217-
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
218-
APPLICATION_EXTENSION_API_ONLY=NO
188+
# env:
189+
# NO_FLIPPER: 1
190+
191+
# Initializes the CodeQL tools for scanning.
192+
- name: Initialize CodeQL
193+
uses: github/codeql-action/init@v3
194+
with:
195+
languages: ${{ matrix.language }}
196+
build-mode: ${{ matrix.build-mode }}
197+
# If you wish to specify custom queries, you can do so here or in a config file.
198+
# By default, queries listed here will override any specified in a config file.
199+
# Prefix the list here with "+" to use these queries and those in the config file.
200+
201+
# 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
202+
queries: ${{ matrix.language && 'security-extended, security-and-quality' }}
219203

204+
- if: matrix.build-mode == 'manual'
205+
shell: bash
206+
run: |
207+
cd example/ios
208+
209+
xcodebuild clean build \
210+
-workspace IterableExpoPlugin.xcworkspace \
211+
-scheme IterableExpoPluginExample \
212+
CODE_SIGN_IDENTITY="" \
213+
CODE_SIGNING_REQUIRED=NO \
214+
CODE_SIGNING_ALLOWED=NO \
215+
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
216+
APPLICATION_EXTENSION_API_ONLY=NO
217+
220218
# yarn add -D @iterable-expo-plugin/cli
221-
continue-on-error: true
219+
continue-on-error: true
222220

223-
- name: Perform CodeQL Analysis
224-
uses: github/codeql-action/analyze@v3
225-
with:
226-
category: "/language:${{matrix.language}}"
221+
- name: Perform CodeQL Analysis
222+
uses: github/codeql-action/analyze@v3
223+
with:
224+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)