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

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


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

commit 6717686aa0b52d4820551741c52f18b8dee1c2e8
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 9d71f2e95e..2addc10811 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