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: