Skip to content

Commit

Permalink
DAST analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
5arV committed Jun 6, 2024
1 parent 45cb124 commit a35eeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'
- name: maven build
run: mvn clean install
Expand Down

0 comments on commit a35eeb1

Please sign in to comment.