matrei commented on code in PR #69:
URL: 
https://github.com/apache/grails-github-actions/pull/69#discussion_r3024869539


##########
.github/workflows/release.yml:
##########
@@ -23,18 +23,18 @@ jobs:
       - name: "📝 Establish release version"
         run: echo "VERSION=${TAG#v}" >> "$GITHUB_ENV"
       - name: "📥 Checkout repository"
-        uses: actions/checkout@v6
+        uses: actions/[email protected]
         with:
           ref: ${{ env.TAG }}
           path: ${{ env.REPO_NAME }}
           token: ${{ secrets.GITHUB_TOKEN }} # This should not be needed as 
${{ github.token }} is the default, but there have been issues with it.
       - name: "☕️ Setup JDK"
-        uses: actions/setup-java@v5
+        uses: actions/[email protected]
         with:
           distribution: ${{ env.JAVA_DISTRIBUTION }}
           java-version: ${{ env.JAVA_VERSION }}
       - name: "🐘 Setup Gradle"
-        uses: gradle/actions/setup-gradle@v5
+        uses: 
gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # WARNING: 
v6+ requires a license review

Review Comment:
   We should also put the referenced version in the comment



##########
.github/workflows/release.yml:
##########
@@ -103,7 +103,7 @@ jobs:
           > "apache-${REPO_NAME}-${VERSION}-src.zip.sha512"
           cat "./apache-${REPO_NAME}-${VERSION}-src.zip.sha512"
       - name: "🚀 Upload ZIP and Signature to GitHub Release"
-        uses: softprops/action-gh-release@v2
+        uses: 
softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe

Review Comment:
   We should also put the referenced version in the comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to