From 25f1cb283b50eaf7db5143373bfef80c119b29b2 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Sat, 25 Apr 2026 17:01:44 +0200 Subject: [PATCH] fix(workflows): revert step-security actions to original authors Remove harden-runner steps (trial expired). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9544ba5..e2cbf7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,11 +20,6 @@ jobs: permissions: contents: read steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 - with: - egress-policy: audit - - name: 📄 Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -84,11 +79,6 @@ jobs: outputs: skills: ${{ steps.list.outputs.skills }} steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 - with: - egress-policy: audit - - name: 📄 Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -120,11 +110,6 @@ jobs: matrix: skill: ${{ fromJson(needs.discover-skills.outputs.skills) }} steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 - with: - egress-policy: audit - - name: 📄 Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -158,11 +143,6 @@ jobs: needs: [validate-manifests, discover-skills, validate-spec] if: ${{ always() }} steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 - with: - egress-policy: audit - - uses: devantler-tech/actions/require-checks-in-pr@1f66c91d45d374ceac9fe830a783444ebc9be958 # v3.2.0 with: job-results: >-