File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 77 release :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
11- - uses : actions/setup-java@v2
10+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+ - uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
1212 with :
1313 java-version : ' 11'
1414 distribution : ' zulu'
15- - uses : gradle/wrapper-validation-action@v1
16- - uses : gradle/gradle-build-action@v2
17- with :
18- arguments : |
19- publishPlugins
20- -Pgradle.publish.key=${{ secrets.GRADLE_PLUGIN_KEY }}
21- -Pgradle.publish.secret=${{ secrets.GRADLE_PLUGIN_SECRET }}
22- --no-configuration-cache
15+ - uses : gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
16+ - run : |
17+ ./gradlew publishPlugins
18+ -Pgradle.publish.key=${{ secrets.GRADLE_PLUGIN_KEY }}
19+ -Pgradle.publish.secret=${{ secrets.GRADLE_PLUGIN_SECRET }}
20+ --no-configuration-cache
You can’t perform that action at this time.
0 commit comments