From 944f487899c65caec9e1d6ac4a31ad72a0b1a265 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 8 May 2026 21:23:11 +0800 Subject: [PATCH] ci: use ubuntu-latest in security action Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 ec295dc..3929bff 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@781317603d045c3eafc99daef653fcac77e12aa8 # v1.0.3