Skip to content

Commit 164f0d6

Browse files
committed
Updated GitHub actions
1 parent f637cf3 commit 164f0d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
with:
1515
persist-credentials: false
1616
- name: "Set up Gradle"
17-
uses: "gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c" # v5.0.2
17+
uses: "gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545" # v6.0.0
18+
with:
19+
cache-disabled: true
1820
- name: "Set up Java 25"
1921
uses: "actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654" # v5.2.0
2022
with:
@@ -28,8 +30,10 @@ jobs:
2830
with:
2931
name: "AuthHook ViaProxy"
3032
path: "build/libs/"
33+
if-no-files-found: "error"
3134
- name: "Upload AuthHook agent artifacts to GitHub"
3235
uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0
3336
with:
3437
name: "AuthHook server agent"
3538
path: "Agent/build/libs/"
39+
if-no-files-found: "error"

0 commit comments

Comments
 (0)