mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #2868 from sashashura/patch-1
GitHub Workflows security hardening
This commit is contained in:
commit
a5867d0815
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: lint
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
jobs:
|
||||
tox-lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: tox
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
jobs:
|
||||
tox:
|
||||
strategy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user