From f1276aec063c8ec9f6e9e5fa80e5f823c4f611bf Mon Sep 17 00:00:00 2001 From: Rahul Jaisinghani <51262163+rahul-bs@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:48:28 +0530 Subject: [PATCH] Update semgrep.yml --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 0cc12e1e..0be20921 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -12,7 +12,7 @@ on: jobs: semgrep: name: Scan - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 container: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]')