From 9742a7f8df498e6a4982062988fb552010bdaa28 Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 06:16:30 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/publish_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index 1b75bfc20..9d5285a7e 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -493,7 +493,7 @@ jobs: echo "::endgroup::" - name: Generate Github Release - uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 + uses: step-security/release-action@03a57407052f15d1537fd5469a6fbbc536aba326 # v1.20.0 if: ${{ env.DRY_RUN_ENABLED != 'true' }} with: tag: ${{ needs.validate-release.outputs.tag }}