This is an automated email from the ASF dual-hosted git repository.

ppkarwasz pushed a commit to branch 2.26.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.26.x by this push:
     new 2edd3fc1a9 Restore default permissions
2edd3fc1a9 is described below

commit 2edd3fc1a9375df089d93951957b00b0fa22797c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 2 23:09:29 2026 +0200

    Restore default permissions
---
 .github/workflows/build.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 834f070cd9..9f289223e6 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,8 +32,7 @@ concurrency:
   cancel-in-progress: ${{ github.event_name == 'pull_request' }}
 
 # Default permissions for each job.
-# Additional permissions should be assigned on a per-job basis.
-permissions: { }
+permissions: read-all
 
 jobs:
 

Reply via email to