Fix issue in workflow
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 5 Feb 2026 23:07:50 +0000 (00:07 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 5 Feb 2026 23:07:50 +0000 (00:07 +0100)
.github/workflows/dependency-security.yml

index f2d6b11fd505c97a62aa7a156a505ba8d1f8a91f..ba25899c9c7b386f5bf63151488c03408cea61e9 100644 (file)
@@ -14,7 +14,8 @@ on:
 
 permissions:
   contents: read
-  pull-requests: write  # Needed to post comments
+  pull-requests: write
+  issues: write  # Needed to post PR comments (PRs are issues in GitHub API)
 
 jobs:
   security-check: