Merge pull request #22535 from sashashura:patch-2
GitHub Workflows security hardening
This commit is contained in:
commit
604192337f
3
.github/workflows/arm64-build-checks.yml
vendored
3
.github/workflows/arm64-build-checks.yml
vendored
@ -2,6 +2,9 @@ name: arm64 build checks
|
|||||||
|
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -1,5 +1,7 @@
|
|||||||
name: lint_python
|
name: lint_python
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
permissions:
|
||||||
|
contents: read # to fetch code (actions/checkout)
|
||||||
jobs:
|
jobs:
|
||||||
lint_python:
|
lint_python:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user