From 7c9b6cc835c4935711a94e01b9e9dfc7d33d28c3 Mon Sep 17 00:00:00 2001 From: jatin <84621253+h0x0er@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:23:27 +0000 Subject: [PATCH] changes --- .github/workflows/mitm-setup-java.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mitm-setup-java.yml b/.github/workflows/mitm-setup-java.yml index e1ea038..0679de6 100644 --- a/.github/workflows/mitm-setup-java.yml +++ b/.github/workflows/mitm-setup-java.yml @@ -24,8 +24,8 @@ jobs: - run: dig int.api.stepsecurity.io # - run: cat /etc/ca-certificates.conf # - run: sudo ls /usr/local/share/ca-certificates - # - name: Set up JDK 17 - # uses: actions/setup-java@v3 - # with: - # distribution: 'zulu' - # java-version: 17 + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + distribution: 'zulu' + java-version: 17