Skip to content

Commit 76518cc

Browse files
committed
Merge branch 'main' into antonis/3859-newCaptureFeedbackAPI-Form
2 parents 8359696 + d8e8c67 commit 76518cc

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v3.27.9
47+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # pin@v3.28.0
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v3.27.9
58+
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # pin@v3.28.0
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v3.27.9
69+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # pin@v3.28.0

.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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
22+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2323
with:
2424
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
- Bump JavaScript SDK from v8.40.0 to v8.47.0 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351), [#4325](https://github.com/getsentry/sentry-react-native/pull/4325), [#4371](https://github.com/getsentry/sentry-react-native/pull/4371), [#4382](https://github.com/getsentry/sentry-react-native/pull/4382), [#4388](https://github.com/getsentry/sentry-react-native/pull/4388), [#4393](https://github.com/getsentry/sentry-react-native/pull/4393))
7474
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8470)
7575
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.47.0)
76-
- Bump Cocoa SDK from v8.41.0 to v8.42.0 ([#4387](https://github.com/getsentry/sentry-react-native/pull/4387))
77-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8420)
78-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.0)
76+
- Bump Cocoa SDK from v8.41.0 to v8.42.1 ([#4387](https://github.com/getsentry/sentry-react-native/pull/4387), [#4399](https://github.com/getsentry/sentry-react-native/pull/4399))
77+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8421)
78+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.1)
7979

8080
## 6.4.0
8181

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
3737

3838
s.compiler_flags = other_cflags
3939

40-
s.dependency 'Sentry/HybridSDK', '8.42.0'
40+
s.dependency 'Sentry/HybridSDK', '8.42.1'
4141

4242
if defined? install_modules_dependencies
4343
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@sentry-internal/eslint-config-sdk": "8.47.0",
8282
"@sentry-internal/eslint-plugin-sdk": "8.47.0",
8383
"@sentry-internal/typescript": "8.47.0",
84-
"@sentry/wizard": "3.36.0",
84+
"@sentry/wizard": "3.37.0",
8585
"@testing-library/react-native": "^12.7.2",
8686
"@types/jest": "^29.5.3",
8787
"@types/node": "^20.9.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7829,7 +7829,7 @@ __metadata:
78297829
"@sentry/react": 8.47.0
78307830
"@sentry/types": 8.47.0
78317831
"@sentry/utils": 8.47.0
7832-
"@sentry/wizard": 3.36.0
7832+
"@sentry/wizard": 3.37.0
78337833
"@testing-library/react-native": ^12.7.2
78347834
"@types/jest": ^29.5.3
78357835
"@types/node": ^20.9.3
@@ -7922,9 +7922,9 @@ __metadata:
79227922
languageName: node
79237923
linkType: hard
79247924

7925-
"@sentry/wizard@npm:3.36.0":
7926-
version: 3.36.0
7927-
resolution: "@sentry/wizard@npm:3.36.0"
7925+
"@sentry/wizard@npm:3.37.0":
7926+
version: 3.37.0
7927+
resolution: "@sentry/wizard@npm:3.37.0"
79287928
dependencies:
79297929
"@clack/core": ^0.3.4
79307930
"@clack/prompts": 0.7.0
@@ -7946,7 +7946,7 @@ __metadata:
79467946
yargs: ^16.2.0
79477947
bin:
79487948
sentry-wizard: dist/bin.js
7949-
checksum: 39c4e8066ea96f6e128c270cf00ebeb7d9992f9228edbe5ca290efab8b1b4817e54191860a53e917df5428d133b97cec6395ea3ee857e5156c0ed47832f51758
7949+
checksum: a3bbe5348df6e5b25b8ffe2d3526772b394a4e36766438cd462b578da8b1b714fab2fc6e0eb83e4dbcbe61406237ff450f6879f98b3a24c14b3c7df3437d6e18
79507950
languageName: node
79517951
linkType: hard
79527952

0 commit comments

Comments
 (0)