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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 343ec4bb Set to level permissions to 'read'
343ec4bb is described below

commit 343ec4bb7e8c7ea163b4a516e0a6c1b9b0b64ed8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 7 19:42:50 2022 -0400

    Set to level permissions to 'read'
---
 .github/workflows/codeql-analysis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fb75e65c..8a9d575e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,6 +24,9 @@ on:
   schedule:
     - cron: '33 9 * * 4'
 
+permissions:
+  contents: read
+
 jobs:
   analyze:
     name: Analyze

Reply via email to