1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@ name: arm64 build checks
on: workflow_dispatch
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
+2
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