From 7896f179ab76834b12d07fa8007f04abf14f63fd Mon Sep 17 00:00:00 2001 From: StepSecurity Bot Date: Tue, 8 Sep 2026 16:53:07 +0000 Subject: [PATCH] [StepSecurity] ci: Harden GitHub Actions Signed-off-by: StepSecurity Bot --- .github/workflows/nix.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 26c0930..dfa57cd 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -16,6 +16,11 @@ jobs: runs-on: ${{ matrix.os }} steps: + - name: Harden the runner (Audit all outbound calls) + uses: step-security/harden-runner@v2 + with: + egress-policy: audit + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false