pjfanning commented on code in PR #429:
URL: https://github.com/apache/pekko-management/pull/429#discussion_r2079433794
##########
.github/workflows/dependency-graph.yml:
##########
@@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install sbt
- uses: sbt/setup-sbt@v1
Review Comment:
I've only ever seen this format.
```
uses:
gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
```
This appears in
https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle
I've got a niggling feeling that I've seen generated PRs that update both
the SHA and comment before.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]