Skip to content

Commit eed4e18

Browse files
authored
Merge branch 'deps/scripts/update-cocoa.sh' into antonis/remove_cocoa_flags
2 parents d6c0afc + ef4dd63 commit eed4e18

25 files changed

+144
-99
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @antonis @lucas-zimerman
1+
* @alwx @antonis @lucas-zimerman

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: '🐞 Bug Report'
22
description: "Tell us about something that's not working the way we (probably) intend."
3-
labels: ['Platform: React-Native', 'Type: 🪲 Bug']
4-
type: Bug
3+
labels: ['React-Native', 'Bug']
54
body:
65
- type: dropdown
76
id: environment
@@ -53,11 +52,11 @@ body:
5352
'Output of the command `npx react-native@latest info` or manully describe your development environment?'
5453
value: |-
5554
````
56-
⬇ Place the `npx react-native@latest info` output here. ⬇
57-
58-
59-
60-
55+
⬇ Place the `npx react-native@latest info` output here. ⬇
56+
57+
58+
59+
6160
````
6261
6362
- type: textarea

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our SDK could solve but doesn't.
3-
labels: ['Platform: React-Native', 'enhancement']
4-
type: Feature
3+
labels: ['React-Native', 'Feature']
54
body:
65
- type: textarea
76
id: problem

.github/ISSUE_TEMPLATE/maintainer-blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Blank Issue
22
description: Blank Issue. Reserved for maintainers.
3-
labels: ["Platform: React-Native"]
3+
labels: ['React-Native']
44
body:
55
- type: textarea
66
id: description

.github/workflows/add-platform-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
steps:
1414
- uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # [email protected]
1515
with:
16-
add-labels: 'Platform: React-Native'
16+
add-labels: 'React-Native'
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/buildandtest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ jobs:
134134
- name: Install Dependencies
135135
run: yarn install
136136
- name: Download dist
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v5
138138
with:
139139
name: dist
140140
path: packages/core/dist
141141
- name: Download ts3.8
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
name: ts3.8
145145
path: packages/core/ts3.8
@@ -164,12 +164,12 @@ jobs:
164164
- name: Install Dependencies
165165
run: yarn install
166166
- name: Download dist
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v5
168168
with:
169169
name: dist
170170
path: packages/core/dist
171171
- name: Download Expo Plugin
172-
uses: actions/download-artifact@v4
172+
uses: actions/download-artifact@v5
173173
with:
174174
name: expo-plugin
175175
path: packages/core/plugin/build

.github/workflows/codeql-analysis.yml

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

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # [email protected].4
47+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # [email protected].5
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # [email protected].4
58+
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # [email protected].5
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -66,4 +66,4 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # [email protected].4
69+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # [email protected].5

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347

348348
- name: Download App Package
349349
if: matrix.build-type == 'production'
350-
uses: actions/download-artifact@v4
350+
uses: actions/download-artifact@v5
351351
with:
352352
name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
353353
path: dev-packages/e2e-tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Get auth token
2121
id: token
22-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
22+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
2323
with:
2424
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,14 @@ jobs:
238238

239239
- name: Download iOS App Archive
240240
if: ${{ matrix.platform == 'ios' }}
241-
uses: actions/download-artifact@v4
241+
uses: actions/download-artifact@v5
242242
with:
243243
name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks}}-${{ matrix.platform }}
244244
path: ${{ env.REACT_NATIVE_SAMPLE_PATH }}
245245

246246
- name: Download Android APK
247247
if: ${{ matrix.platform == 'android' }}
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v5
249249
with:
250250
name: sample-rn-${{ matrix.rn-architecture }}-${{ matrix.build-type }}-${{ matrix.platform }}
251251
path: ${{ env.REACT_NATIVE_SAMPLE_PATH }}

0 commit comments

Comments
 (0)