From 57fddd89bd0b29d0dff1ff5f16c73043ebb9188d Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:22:15 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/cron_ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/cron_ci.yml b/.github/workflows/cron_ci.yml index be54fb407..052ed5edc 100644 --- a/.github/workflows/cron_ci.yml +++ b/.github/workflows/cron_ci.yml @@ -4,6 +4,9 @@ on: schedule: - cron: '0 0 * * 0' +permissions: + contents: read + jobs: interop-tests: runs-on: ubuntu-latest @@ -11,6 +14,12 @@ jobs: container: image: elixir:1.9 steps: + - name: Harden the runner + uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2 + with: + use-policy-store: true + api-key: ${{ secrets.GH_FRESHAENGINEERING_STEP_SECURITY_API_KEY }} + - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1 - name: Install Dependencies run: |