File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
workflow_dispatch :
10
10
11
+ permissions :
12
+ id-token : write
13
+ contents : read
14
+ checks : write
15
+
11
16
jobs :
12
17
end-to-end-tests :
13
18
name : E2E Tests
Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
workflow_dispatch :
10
10
11
+ permissions :
12
+ id-token : write
13
+ contents : read
14
+ checks : write
15
+
11
16
jobs :
12
17
jUnit :
13
18
name : JUnit Tests
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ mockk = "1.13.8"
31
31
ossLicensesPlugin = " 0.10.6"
32
32
placeholderMaterial = " 1.0.1"
33
33
room = " 2.6.0"
34
- sentry-android = " 6.22 .0"
34
+ sentry-android = " 7.17 .0"
35
35
work = " 2.9.0"
36
36
37
37
# Used indirecly in the build config -> Do not remove without double checking.
You can’t perform that action at this time.
0 commit comments