Update main.yml

This commit is contained in:
Thomas Laubrock 2023-04-14 20:16:58 +02:00 committed by GitHub
parent 8d1ffe5469
commit d9dccf956c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,18 +43,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Gradle Build Action
# You may pin to the exact commit or the version.
# uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e
uses: docker://gradle:7.3.1-jdk17
with:
user: gradle
volumes:
- /github/workspace:/home/gradle/src
workdir: /home/gradle/src
args:
- gradle
- bootJar
- --no-daemon
args: gradle bootJar --no-daemon
- name: Run Aqua scanner
uses: docker://aquasec/aqua-scanner
with: