From 5d6b886f7d50e2877128e1091110048916fbcb14 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 17 May 2026 15:44:13 +0800 Subject: [PATCH] ci: switch security workflow to ubuntu-latest --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ed71b9fe551..eb95000c5fe 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -19,6 +19,6 @@ concurrency: jobs: security: name: Security Analysis - runs-on: ubuntu-slim + runs-on: ubuntu-latest steps: - uses: oxc-project/security-action@77e230508eccbb400b23746dab6c573a8ea7483e # v1.0.5