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 f637cf3 commit 164f0d6Copy full SHA for 164f0d6
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,9 @@ jobs:
14
with:
15
persist-credentials: false
16
- name: "Set up Gradle"
17
- uses: "gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c" # v5.0.2
+ uses: "gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545" # v6.0.0
18
+ with:
19
+ cache-disabled: true
20
- name: "Set up Java 25"
21
uses: "actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654" # v5.2.0
22
@@ -28,8 +30,10 @@ jobs:
28
30
29
31
name: "AuthHook ViaProxy"
32
path: "build/libs/"
33
+ if-no-files-found: "error"
34
- name: "Upload AuthHook agent artifacts to GitHub"
35
uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0
36
37
name: "AuthHook server agent"
38
path: "Agent/build/libs/"
39
0 commit comments