From 985cb84ede4bbb176f11672b0ddb7e4da8dca8a6 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 6 Feb 2026 00:07:50 +0100 Subject: [PATCH] Fix issue in workflow --- .github/workflows/dependency-security.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency-security.yml b/.github/workflows/dependency-security.yml index f2d6b11f..ba25899c 100644 --- a/.github/workflows/dependency-security.yml +++ b/.github/workflows/dependency-security.yml @@ -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: -- 2.34.1