Skip to content

Commit 7accf1f

Browse files
ci: replace release notes generator action with one maintained by stepsecurity (#3291)
Signed-off-by: PavelSBorisov <[email protected]>
1 parent dc860b3 commit 7accf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Create Release Notes
102102
if: ${{ steps.milestone.outputs.milestone_id != '' }}
103-
uses: Decathlon/release-notes-generator-action@98423db7024696a339f3988ac8a2b051c5860741 # v3.1.6
103+
uses: step-security/release-notes-generator-action@d7cdbb310d4aab8d98f273f4ae20fdd7cb055799 # v3.1.6
104104
env:
105105
FILENAME: ${{ env.RELEASE_NOTES_FILENAME }}
106106
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)