From 256d4869065da9f68f9cd8f445a5f8524990ae27 Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Mon, 18 Nov 2024 15:43:38 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20Update=20release-notes-generator-action?= =?UTF-8?q?=20to=20a=20step-security=20maintain=E2=80=A6=20(#347)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mihail Mihov --- .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 e36587080..286752cd8 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -131,7 +131,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 }}