We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91e1aa commit 4349d71Copy full SHA for 4349d71
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
distribution: 'temurin'
21
java-version: ${{ matrix.java }}
22
- - uses: gradle/actions/setup-gradle@v4
+ - uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
23
- run: ./gradlew assemble
24
- run: ./gradlew check
.github/workflows/release-plugin.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
java-version: 17
16
17
- run: ./gradlew publishPlugin
18
env:
GRADLE_PUBLISH_KEY: ${{ secrets.ZAPBOT_GRADLE_PUBLISH_KEY }}
0 commit comments