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:
1010 group : ${{ github.workflow }}
1111 cancel-in-progress : false
1212
13+ permissions :
14+ contents : write
15+ checks : write
16+ pull-requests : write
17+
1318jobs :
1419 tests :
1520 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ jobs:
168168 uses : pypa/gh-action-pypi-publish@release/v1
169169 with :
170170 packages-dir : dist
171- skip-existing : true
172171
173172 semantic-release :
174173 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 security@netboxlabs.com
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [ # Optional
2424]
2525
2626dependencies = [
27- " certifi==2024.2.2 " ,
27+ " certifi==2024.7.4 " ,
2828 " grpcio==1.62.1" ,
2929 " grpcio-status==1.62.1" ,
3030 " sentry-sdk>=2.2.1" ,
You can’t perform that action at this time.
0 commit comments