From d930a8a3b2f5e3183feb559c0ae14e9e722a4212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20J=C3=B8rgen=20Skogstad?= Date: Thu, 3 Apr 2025 14:53:56 +0200 Subject: [PATCH] Update version in Getting Started example Update to SHA `c6295a65d1254861815972266d5933fd6e532bdf` for `v2.11.1` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48dddad..b19b7d9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To integrate Harden-Runner, follow these steps: - Add the following code as the first step in each job: ```yaml steps: - - uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2.10.3 + - uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1 with: egress-policy: audit