This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch apache-coordinates
in repository https://gitbox.apache.org/repos/asf/grails-profiles.git

commit fca7c9459d74046f3e5a01be156a259cc6e1c7f4
Author: James Fredley <[email protected]>
AuthorDate: Fri Apr 18 15:14:25 2025 -0400

    use hashed version of release-action github action
---
 .github/workflows/release-notes.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-notes.yml 
b/.github/workflows/release-notes.yml
index b95c3fe..6260b29 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -32,7 +32,7 @@ jobs:
         id: release_notes
         # with:
         #   token: ${{ secrets.GH_TOKEN }}
-      - uses: ncipollo/release-action@v1
+      - uses: ncipollo/release-action@1e3e9c6637e5566e185b7ab66f187539c5a76da7
         if: steps.check_release_drafter.outputs.has_release_drafter == 'false' 
&& steps.release_notes.outputs.generated_changelog == 'true'
         with:
           allowUpdates: true

Reply via email to