File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ concurrency:
10
10
group : ${{ github.workflow }}
11
11
cancel-in-progress : false
12
12
13
+ permissions :
14
+ contents : write
15
+ checks : write
16
+ pull-requests : write
17
+
13
18
jobs :
14
19
tests :
15
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ jobs:
168
168
uses : pypa/gh-action-pypi-publish@release/v1
169
169
with :
170
170
packages-dir : dist
171
- skip-existing : true
172
171
173
172
semantic-release :
174
173
name : Semantic release
Original file line number Diff line number Diff line change
1
+ # Security Policy
2
+
3
+ ## Reporting a Vulnerability
4
+
5
+ Please send any suspected vulnerability report to
[email protected]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [ # Optional
24
24
]
25
25
26
26
dependencies = [
27
- " certifi==2024.2.2 " ,
27
+ " certifi==2024.7.4 " ,
28
28
" grpcio==1.62.1" ,
29
29
" grpcio-status==1.62.1" ,
30
30
" sentry-sdk>=2.2.1" ,
You can’t perform that action at this time.
0 commit comments