1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-19 06:00:53 +00:00

CI: Add 'permissions' to ci.yml and msvc.yml

This commit is contained in:
Lasse Collin 2025-04-11 17:15:08 +03:00
parent 1edc14e8ca
commit b0d0e62474
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@ on:
# Allows running workflow manually
workflow_dispatch:
permissions: {}
jobs:
POSIX:
strategy:

View File

@ -11,6 +11,8 @@ on:
branches: [ master ]
workflow_dispatch:
permissions: {}
jobs:
MSVC:
strategy: