build: harden ccpp.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>pull/4734/head
parent
a165dbc6ff
commit
f39606589e
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
job:
|
||||
name: ${{ matrix.name }}-build-and-test
|
||||
|
|
Loading…
Reference in New Issue