summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 19:59:22 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 19:59:22 +0300
commit15fc23c1f1563f30d501d1ed16c305ad6d5e8196 (patch)
tree3f953009b3c5ba502b172c897470abfbefcf5a33
parente7c29e7b774c6c6db3ebfe261dfc7ec3c77550e0 (diff)
downloadProject-Tick-15fc23c1f1563f30d501d1ed16c305ad6d5e8196.tar.gz
Project-Tick-15fc23c1f1563f30d501d1ed16c305ad6d5e8196.zip
NOISSUE fix read permission for actions in neozip CodeQL workflow
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 248eccd01f..ce43b6f744 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -491,6 +491,7 @@ jobs:
(needs.gate.outputs.neozip_changed == 'true' || needs.gate.outputs.run_level == 'full')
uses: ./.github/workflows/neozip-codeql.yml
permissions:
+ actions: read
contents: read
security-events: write
secrets: inherit