This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new ee1cd28 Limit permissions
ee1cd28 is described below
commit ee1cd2804515b9b4d91c5a21f9336dc3170a5e48
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 19 16:23:50 2026 +0100
Limit permissions
---
.github/workflows/windows.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index cd7a0a5..d99eb95 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -32,6 +32,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
+permissions:
+ contents: read
+
jobs:
build:
strategy: