diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index e3658708..286752cd 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 }}