Skip to content

Commit 774e362

Browse files
Update CI-appsec-blackduck-pr.yml
1 parent 07699c8 commit 774e362

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/CI-appsec-blackduck-pr.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,7 @@ jobs:
99
runs-on: [ ubuntu-latest ]
1010
steps:
1111
- 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-
12+
3013
- name: Black Duck PR Scan
3114
uses: synopsys-sig/[email protected]
3215

0 commit comments

Comments
 (0)