matrei commented on code in PR #69:
URL:
https://github.com/apache/grails-github-actions/pull/69#discussion_r3024866910
##########
.github/workflows/ci.yml:
##########
@@ -36,14 +36,14 @@ jobs:
- name: "Output Agent IP" # in the event RAO blocks this agent, this can
be used to debug it
run: curl -s https://api.ipify.org
- name: "📥 Checkout repository"
- uses: actions/checkout@v6
+ uses: actions/[email protected]
- name: "☕️ Setup JDK"
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: liberica
java-version: ${{ matrix.java }}
- 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
--
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]