mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
build: harden lint_python.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user