You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/12 17:23:53 UTC

[commons-lang] branch master updated: Use read-all permissions for GitHub workflow

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 10cd60c87 Use read-all permissions for GitHub workflow
10cd60c87 is described below

commit 10cd60c87dfba4b7b1674ed60e1cc1a68f6d7143
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 12 10:23:46 2022 -0700

    Use read-all permissions for GitHub workflow
---
 .github/workflows/codeql-analysis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4a69c782b..989d6bbd4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,8 +24,7 @@ on:
   schedule:
     - cron: '33 9 * * 4'
 
-permissions:
-  contents: read
+permissions: read-all
 
 jobs:
   analyze: