mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
build: Add top-level read-only permissions to ci actions
This is recommended by ossf scorecard: https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions Change-Id: I48a36cc6625fa3f1e6babb9edbe81c9522f41a13 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
1187583a97
commit
fec429e1b9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check_format:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user