From e667a8121c068371fe28e6a93908afb0bcf4ee96 Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:38:40 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/dev-publish.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52bbd52..01e7f3e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: clean: false persist-credentials: true - name: Setup Elixir - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1 + uses: step-security/setup-beam@05e480cfdc64c72ab6c25b134dd1f57e29776c84 # v1.24.1 env: ImageOS: ${{ matrix.runner-os }} with: @@ -122,7 +122,7 @@ jobs: clean: false persist-credentials: true - name: Setup Elixir - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1 + uses: step-security/setup-beam@05e480cfdc64c72ab6c25b134dd1f57e29776c84 # v1.24.1 env: ImageOS: ${{ matrix.runner-os }} with: @@ -244,7 +244,7 @@ jobs: clean: false persist-credentials: true - name: Setup Elixir - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1 + uses: step-security/setup-beam@05e480cfdc64c72ab6c25b134dd1f57e29776c84 # v1.24.1 env: ImageOS: ${{ env.RUNNER_OS }} with: diff --git a/.github/workflows/dev-publish.yaml b/.github/workflows/dev-publish.yaml index 0161c81..e3b153c 100644 --- a/.github/workflows/dev-publish.yaml +++ b/.github/workflows/dev-publish.yaml @@ -50,7 +50,7 @@ jobs: path: approval.txt fail-on-cache-miss: true - name: Setup Elixir - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1 + uses: step-security/setup-beam@05e480cfdc64c72ab6c25b134dd1f57e29776c84 # v1.24.1 env: ImageOS: ${{ env.RUNNER_OS }} with: