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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 912682d0b Set to level permissions to 'read'
912682d0b is described below
commit 912682d0bb972f5dc07fadbbac5518d45706ab32
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 7 20:09:42 2022 -0400
Set to level permissions to 'read'
---
.github/workflows/codeql-analysis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index b92fe1bc7..605fe850c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,8 @@ on:
schedule:
- cron: '33 9 * * 4'
-permissions: read-all
+permissions:
+ contents: read
jobs:
analyze: