From 7accf1f433ab51359733b8636753711d336d3009 Mon Sep 17 00:00:00 2001 From: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:39:30 +0200 Subject: [PATCH] ci: replace release notes generator action with one maintained by stepsecurity (#3291) Signed-off-by: PavelSBorisov --- .github/workflows/release-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index a8d7bb00ea..0398e36ca5 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -100,7 +100,7 @@ jobs: - name: Create Release Notes if: ${{ steps.milestone.outputs.milestone_id != '' }} - uses: Decathlon/release-notes-generator-action@98423db7024696a339f3988ac8a2b051c5860741 # v3.1.6 + uses: step-security/release-notes-generator-action@d7cdbb310d4aab8d98f273f4ae20fdd7cb055799 # v3.1.6 env: FILENAME: ${{ env.RELEASE_NOTES_FILENAME }} GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}