mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
build: harden arm64-build-checks.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
2882725927
commit
7d96ef2671
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
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user