Skip to content

Commit 776747f

Browse files
committed
Merge branch 'main' into feedback-ui-2
2 parents e7a016f + 80f7e8a commit 776747f

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3.28.17
47+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3.28.17
58+
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3.28.17
69+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3.28.18

samples/expo/app.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,13 @@
8181
"default": "development"
8282
}
8383
},
84-
"eas": {
85-
"projectId": "00000000-0000-0000-0000-000000000000"
86-
}
84+
"eas": {}
8785
},
88-
"owner": "__OWNER__",
8986
"runtimeVersion": {
9087
"policy": "appVersion"
9188
},
9289
"updates": {
9390
"url": "https://u.expo.dev/00000000-0000-0000-0000-000000000000"
9491
}
9592
}
96-
}
93+
}

samples/expo/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"export:web": "expo export --dump-sourcemap --clear --platform web",
1515
"prebuild": "expo prebuild --clean --no-install",
1616
"set-version": "npx react-native-version --skip-tag --never-amend",
17-
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build"
17+
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build",
18+
"eas-update-configure": "eas update:configure",
19+
"eas-update-publish-development": "eas update --channel development --message 'Development update'",
20+
"eas-build-development-android": "eas build --profile development --platform android"
1821
},
1922
"dependencies": {
2023
"@sentry/react-native": "6.14.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28729,9 +28729,9 @@ __metadata:
2872928729
linkType: hard
2873028730

2873128731
"undici@npm:^6.18.2":
28732-
version: 6.21.1
28733-
resolution: "undici@npm:6.21.1"
28734-
checksum: 2efc52f77224754a2efa7cb6459829f3c93c8321d17e76f574a904b353783d95073b6116f5b15637c4845d98c9dc5a019b809cb9d63b3529267e7727c49f6996
28732+
version: 6.21.3
28733+
resolution: "undici@npm:6.21.3"
28734+
checksum: a2af0601deece36acbcc11ef722f36ad3c1e035d3065b9fbb36987487f7b69904046fa95c18f228a872ca45441f156fcaacd948fc920b0a97d0c1ab78ea63c04
2873528735
languageName: node
2873628736
linkType: hard
2873728737

0 commit comments

Comments
 (0)