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 62a1b59 commit e1c6777Copy full SHA for e1c6777
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
java-version: 17
38
39
- name: Build
40
- uses: gradle/gradle-build-action@v3
+ uses: gradle/actions/setup-gradle@v3
41
with:
42
arguments: clean check shadowJar
43
cache-read-only: ${{ github.event_name == 'pull_request' }}
.github/workflows/codeql-daily.yml
@@ -27,7 +27,7 @@ jobs:
27
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
28
tools: latest
29
30
- - uses: gradle/gradle-build-action@v3
+ - uses: gradle/actions/setup-gradle@v3
31
32
# skipping build cache is needed so that all modules will be analyzed
33
arguments: assemble --no-build-cache
0 commit comments