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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new bf2777b7f8 Fixing CodeQL permissions - see github/codeql#8843
bf2777b7f8 is described below

commit bf2777b7f86f16e82206a65215bab6f68c2c1391
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 19 14:16:54 2024 +0200

    Fixing CodeQL permissions - see github/codeql#8843
---
 .github/workflows/codeql-analysis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d0160c2339..ebd3461f93 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -29,6 +29,10 @@ jobs:
   analyze:
     name: Analyze
     runs-on: ubuntu-latest
+    permissions:
+      actions: read
+      contents: read
+      security-events: write
 
     strategy:
       fail-fast: false

Reply via email to