Skip to content

Commit c726604

Browse files
committed
build: harden dynamic_arch.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
1 parent 4de8e1b commit c726604

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: continuous build
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read # to fetch code (actions/checkout)
7+
58
jobs:
69
build:
710
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)