]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Add 'permissions' to ci.yml and msvc.yml
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Apr 2025 14:15:08 +0000 (17:15 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 17 Apr 2025 15:43:03 +0000 (18:43 +0300)
.github/workflows/ci.yml
.github/workflows/msvc.yml

index ee017363984b4e1f046e9270f1b4338fb7d02285..01b8cdc6180503be5ffc4d08e5c67ce2bb8f76dc 100644 (file)
@@ -18,6 +18,8 @@ on:
   # Allows running workflow manually
   workflow_dispatch:
 
+permissions: {}
+
 jobs:
   POSIX:
     strategy:
index 4621a9fd1058f17f2d766fb1f84ff7e1ae40a928..c6b2fb7ab5839f7195078a3d60a75f30d259a24f 100644 (file)
@@ -11,6 +11,8 @@ on:
     branches: [ master ]
   workflow_dispatch:
 
+permissions: {}
+
 jobs:
   MSVC:
     strategy: