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 }}