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
+44-42Lines changed: 44 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -149,17 +149,19 @@ jobs:
149
149
include:
150
150
- language: swift
151
151
build-mode: manual
152
-
#
153
-
# build-library:
154
-
steps:
155
-
- name: Checkout
156
-
uses: actions/checkout@v4
157
152
158
-
- name: Setup
159
-
uses: ./.github/actions/setup
153
+
build_library:
154
+
runs-on: ubuntu-latest
155
+
steps:
156
+
157
+
- name: Checkout
158
+
uses: actions/checkout@v4
160
159
161
-
- name: Build package
162
-
run: yarn prepare
160
+
- name: Setup
161
+
uses: ./.github/actions/setup
162
+
163
+
- name: Build package
164
+
run: yarn prepare
163
165
164
166
# - name: Clean DerivedData folder
165
167
# run: |
@@ -189,36 +191,36 @@ jobs:
189
191
# NO_FLIPPER: 1
190
192
191
193
# 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
# 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
0 commit comments