From 97cf5d003feb93f045a1ec7c1b4dca0e538ee428 Mon Sep 17 00:00:00 2001 From: Mathew Payne <2772944+GeekMasher@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:15:26 +0100 Subject: [PATCH] feat: Update sec-opengrep.yml --- .github/workflows/sec-opengrep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sec-opengrep.yml b/.github/workflows/sec-opengrep.yml index 6e98fd0..fb684bd 100644 --- a/.github/workflows/sec-opengrep.yml +++ b/.github/workflows/sec-opengrep.yml @@ -9,12 +9,13 @@ on: permissions: contents: read + actions: write security-events: write env: # Release version of Opengrep # https://github.com/opengrep/opengrep/releases - RELEASE_VERSION: v1.0.0-alpha.13 + RELEASE_VERSION: v1.0.2 jobs: build: