File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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.
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
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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments