Skip to content

Commit a9f096c

Browse files
committed
ci(host-checks): add explicit permissions to fix CodeQL alert
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 0069d53 commit a9f096c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/host-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ concurrency:
2828
jobs:
2929
checks:
3030
runs-on: ubuntu-latest
31+
permissions:
32+
contents: read
3133
timeout-minutes: 25
3234
defaults:
3335
run:

0 commit comments

Comments
 (0)