We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07699c8 commit 774e362Copy full SHA for 774e362
.github/workflows/CI-appsec-blackduck-pr.yml
@@ -9,24 +9,7 @@ jobs:
9
runs-on: [ ubuntu-latest ]
10
steps:
11
- uses: actions/checkout@v3
12
- - uses: actions/setup-java@v3
13
- with:
14
- distribution: temurin
15
- java-version: 11
16
-
17
- - name: Setup Gradle
18
- uses: gradle/gradle-build-action@v2
19
20
- - name: Make gradlew executable
21
- run: chmod +x ./gradlew
22
23
- - name: Execute Gradle build
24
- run: ./gradlew check
25
- env:
26
- UNIT_API_URL: ${{ secrets.UNIT_API_URL }}
27
- UNIT_TOKEN: ${{ secrets.UNIT_TOKEN }}
28
- access_token: ${{ secrets.UNIT_TOKEN }}
29
+
30
- name: Black Duck PR Scan
31
uses: synopsys-sig/[email protected]
32
0 commit comments