From d8be5827e5597b405a1565516b850e50fde3cd7c Mon Sep 17 00:00:00 2001 From: Vasil Boyadzhiev Date: Thu, 28 Nov 2024 17:08:06 +0200 Subject: [PATCH] chore: Updating action to step security maintained version. Signed-off-by: Vasil Boyadzhiev --- .github/workflows/release-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 286752cd..a258dba6 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -123,7 +123,7 @@ jobs: - name: Close the Milestone if: ${{ steps.version_parser.outputs.prerelease == '' }} id: milestone - uses: Akkjon/close-milestone@88d3cb00ca452cb8d33f18fc0a1e22a730306b61 # v2.1.0 + uses: step-security/close-milestone@2ec61fc36f20d36256b3652d302aa89fd4ca2abf # v2.1.0 with: milestone_name: ${{ steps.version_parser.outputs.release }} env: