Skip to content

Commit

Permalink
added setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Aug 15, 2023
1 parent ffbc020 commit cf16db8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/mitm-setup-java.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Mitm Setup Java
on:
workflow_dispatch:

permissions:
contents: read

jobs:
mitm-setup-java:
name: mitm setup java
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: h0x0er/harden-runner@mitm-int
with:
disable-sudo: false
egress-policy: audit

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
cache: 'gradle'
distribution: 'zulu'
java-version: 17

0 comments on commit cf16db8

Please sign in to comment.