Merge pull request #22535 from sashashura:patch-2

GitHub Workflows security hardening
This commit is contained in:
Alexander Smorkalov 2022-09-20 14:56:46 +03:00 committed by GitHub
commit 604192337f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: arm64 build checks
on: workflow_dispatch
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:

View File

@ -1,5 +1,7 @@
name: lint_python
on: workflow_dispatch
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
lint_python:
runs-on: ubuntu-latest