Skip to content

Commit 63cca3b

Browse files
committed
Don't need to install gradle, since that is automatically installed by using the wrapper included on the source.
Signed-off-by: Alfredo Gutierrez <[email protected]>
1 parent 8c783b7 commit 63cca3b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release-push-image.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
runs-on: [self-hosted, Linux, medium, ephemeral]
4949

5050
steps:
51-
- name: Harden Runner
52-
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
53-
with:
54-
egress-policy: audit
55-
5651
- name: Checkout repository
5752
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5853

@@ -72,9 +67,6 @@ jobs:
7267
distribution: "temurin"
7368
java-version: 21
7469

75-
- name: Setup Gradle
76-
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
77-
7870
- name: Build
7971
run: ./gradlew clean build
8072

0 commit comments

Comments
 (0)