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
+41-43Lines changed: 41 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -150,18 +150,16 @@ jobs:
150
150
- language: swift
151
151
build-mode: manual
152
152
153
-
build_library:
154
-
runs-on: ubuntu-latest
155
-
steps:
153
+
steps:
156
154
157
-
- name: Checkout
158
-
uses: actions/checkout@v4
155
+
- name: Checkout
156
+
uses: actions/checkout@v4
159
157
160
-
- name: Setup
161
-
uses: ./.github/actions/setup
158
+
- name: Setup
159
+
uses: ./.github/actions/setup
162
160
163
-
- name: Build package
164
-
run: yarn prepare
161
+
- name: Build package
162
+
run: yarn prepare
165
163
166
164
# - name: Clean DerivedData folder
167
165
# run: |
@@ -187,40 +185,40 @@ jobs:
187
185
# cd example/ios &&
188
186
# NO_FLIPPER=1 pod install --repo-update &&
189
187
# 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
# 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
0 commit comments