iemejia commented on code in PR #3762:
URL: https://github.com/apache/avro/pull/3762#discussion_r3343454175
##########
.github/workflows/codeql-java-analysis.yml:
##########
@@ -75,15 +75,14 @@ jobs:
with:
distribution: 'temurin'
java-version: |
- 8
11
17
21
- - name: 'Setup Maven 3.9.11'
- uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
+ - name: 'Setup Maven 3.9.15'
+ uses: stCarolas/setup-maven@v5
Review Comment:
You are right, I've removed the third-party action entirely. GitHub Actions
runners already ship with Maven 3.9.x which is sufficient for our needs. For
`maven4.yml` (which needs Maven 4.0.0-rc-5), I replaced it with a direct
download from Apache's archive.
--
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]