File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 contents : read
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Set up JDK 25
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ' 25'
2929 distribution : ' temurin'
@@ -58,13 +58,17 @@ jobs:
5858 contents : write
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262 - name : Set up JDK 25
63- uses : actions/setup-java@v4
63+ uses : actions/setup-java@v5
6464 with :
6565 java-version : ' 25'
6666 distribution : ' temurin'
6767
68+ - name : Make gradlew executable
69+ if : ${{ runner.os != 'Windows' }}
70+ run : chmod +x ./gradlew
71+
6872 # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6973 # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
7074 - name : Generate and submit dependency graph
You can’t perform that action at this time.
0 commit comments