Skip to content

Commit 27b4f02

Browse files
committed
Merge remote-tracking branch 'origin/main' into contrib/cli-tvos
2 parents 56c3a3b + 07bd706 commit 27b4f02

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/codeql-advanced.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
# Initializes the CodeQL tools for scanning.
7272
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
73+
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
7474
with:
7575
languages: ${{ matrix.language }}
7676
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +98,6 @@ jobs:
9898
exit 1
9999
100100
- name: Perform CodeQL Analysis
101-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
101+
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
102102
with:
103103
category: "/language:${{matrix.language}}"

.github/workflows/npm_release_cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Harden the runner (Audit all outbound calls)
43-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
43+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
4444
with:
4545
egress-policy: audit
4646

@@ -136,7 +136,7 @@ jobs:
136136
NPM_TAG: ${{needs.build.outputs.npm_tag}}
137137
steps:
138138
- name: Harden the runner (Audit all outbound calls)
139-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
139+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
140140
with:
141141
egress-policy: audit
142142

@@ -187,7 +187,7 @@ jobs:
187187
NPM_VERSION: ${{needs.build.outputs.npm_version}}
188188
steps:
189189
- name: Harden the runner (Audit all outbound calls)
190-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
190+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
191191
with:
192192
egress-policy: audit
193193

.github/workflows/npm_release_doctor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Harden the runner (Audit all outbound calls)
46-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
46+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
4747
with:
4848
egress-policy: audit
4949

@@ -143,7 +143,7 @@ jobs:
143143
NPM_TAG: ${{needs.build.outputs.npm_tag}}
144144
steps:
145145
- name: Harden the runner (Audit all outbound calls)
146-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
146+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
147147
with:
148148
egress-policy: audit
149149

@@ -194,7 +194,7 @@ jobs:
194194
NPM_VERSION: ${{needs.build.outputs.npm_version}}
195195
steps:
196196
- name: Harden the runner (Audit all outbound calls)
197-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
197+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
198198
with:
199199
egress-policy: audit
200200

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
70+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
7171
with:
7272
sarif_file: results.sarif

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Harden the runner (Audit all outbound calls)
3535
# only supported on the Ubuntu runners
3636
if: runner.os == 'Linux'
37-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
37+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
3838
with:
3939
egress-policy: audit
4040

@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171

7272
- name: Harden the runner (Audit all outbound calls)
73-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
73+
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
7474
with:
7575
egress-policy: audit
7676

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"detect-newline": "3.1.0",
5757
"email-validator": "2.0.4",
5858
"font-finder": "1.1.0",
59-
"ios-device-lib": "0.9.5",
59+
"ios-device-lib": "0.9.6",
6060
"ios-mobileprovision-finder": "1.2.1",
61-
"ios-sim-portable": "4.5.1",
61+
"ios-sim-portable": "4.5.3",
6262
"jimp": "1.6.1",
6363
"lodash": "4.18.1",
6464
"log4js": "6.9.1",

0 commit comments

Comments
 (0)