From 8845da40706a165e13105627db64a1a45899af8e Mon Sep 17 00:00:00 2001 From: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:22:33 -0700 Subject: [PATCH] docs: Update README.md CI example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d93953a..d093f34 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ jobs: # add Socket Firewall to the runner environment - uses: socketdev/action@v1 with: - mode: firewall-free + mode: firewall # setup your project (e.g. checkout, setup-node, etc...) - uses: actions/checkout@v5