From fb30f9724fb14c0c58a1daa4fc85fb83142f03a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:30:20 +0000 Subject: [PATCH] chore(deps): update step-security/harden-runner action to v2.17.0 --- .github/actions/claude-code-review/action.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/claude-code-review/action.yml b/.github/actions/claude-code-review/action.yml index cccbd49..4b97727 100644 --- a/.github/actions/claude-code-review/action.yml +++ b/.github/actions/claude-code-review/action.yml @@ -16,7 +16,7 @@ runs: using: composite steps: - name: Harden-Runner - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 with: egress-policy: audit diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 403630d..283a561 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,7 +41,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Harden-Runner - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 + uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 with: egress-policy: audit