From 51a5685bce517690facee5b8d938f55a8aeabbb7 Mon Sep 17 00:00:00 2001 From: Claire Gordon <62080877+claireagordon@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:58:13 -0500 Subject: [PATCH] chore: update semgrep_check.yml to use ubuntu-latest Ubuntu 20.04 for Github Actions is being deprecated and will be fully unsupported on 2025-04-01. Update our semgrep action to the latest version. --- .github/workflows/semgrep_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep_check.yml b/.github/workflows/semgrep_check.yml index ecc7b6cc..1aa9ea01 100644 --- a/.github/workflows/semgrep_check.yml +++ b/.github/workflows/semgrep_check.yml @@ -14,7 +14,7 @@ on: jobs: semgrep: name: semgrep/ci - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN_VACCINE }} container: