Skip to content

Commit 939e9d5

Browse files
committed
Merge release 9.16.0 into deps/jni-0.15.x
2 parents 02491c3 + 85ed5f3 commit 939e9d5

File tree

78 files changed

+15422
-6381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+15422
-6381
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,26 @@ body:
5454
validations:
5555
required: true
5656

57+
- type: dropdown
58+
id: other_error_monitoring
59+
attributes:
60+
description: Are you using any other error monitoring solution alongside Sentry?
61+
label: Other Error Monitoring Solution
62+
default: 0
63+
options:
64+
- "No"
65+
- "Yes"
66+
validations:
67+
required: true
68+
69+
- type: input
70+
id: other_error_monitoring_name
71+
attributes:
72+
label: Other Error Monitoring Solution Name
73+
description: If you're using another error monitoring solution side-by-side, please enter the name of the other solution.
74+
validations:
75+
required: false
76+
5777
- type: input
5878
id: version
5979
attributes:

.github/actions/flutter-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
with:
1515
channel: ${{ matrix.sdk }}
1616

17-
- uses: actions/setup-java@v4
17+
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1818
if: ${{ matrix.target == 'android' }}
1919
with:
2020
java-version: '17'

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run:
2424
working-directory: ${{ inputs.package }}
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # pin@v1
2828
if: ${{ inputs.sdk == 'dart' }}
2929
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # pin@v2.21.0
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
timeout-minutes: 20
6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6464
- name: Apply dependency override
6565
if: ${{ inputs.package != 'packages/dart' }}
6666
working-directory: ${{ inputs.package }}

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ permissions:
1414

1515
jobs:
1616
changelog-preview:
17-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
17+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2
1818
secrets: inherit

.github/workflows/changes-in-high-risk-code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
high_risk_code: ${{ steps.changes.outputs.high_risk_code }}
1616
high_risk_code_files: ${{ steps.changes.outputs.high_risk_code_files }}
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- name: Get changed files
2020
id: changes
21-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
21+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2222
with:
2323
token: ${{ github.token }}
2424
filters: .github/file-filters.yml
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Comment on PR to notify of changes in high risk files
36-
uses: actions/github-script@v8
36+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3737
env:
3838
high_risk_code: ${{ needs.files-changed.outputs.high_risk_code_files }}
3939
with:

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
danger:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: getsentry/github-workflows/danger@v3
11+
- uses: getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # v3

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- os: macos
3838
sdk: stable
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141

4242
- uses: ./.github/actions/dart-test
4343
with:

.github/workflows/diagrams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
sdk: stable
1313

14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: dependencies
1717
run: |

.github/workflows/dio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sdk: [stable, beta]
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- uses: ./.github/actions/dart-test
3737
with:

.github/workflows/drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sdk: [stable, beta]
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Install libsqlite3 (Ubuntu)
3737
if: matrix.os == 'ubuntu'

0 commit comments

Comments
 (0)