1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-20 06:30:50 +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 # Allows running workflow manually
workflow_dispatch: workflow_dispatch:
permissions: {}
jobs: jobs:
POSIX: POSIX:
strategy: strategy:

View File

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