From af8240f2d3af2a60d872c5c91747b7c5a4ca855e Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 17 May 2026 15:38:09 +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 ed71b9f..eb95000 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