Skip to content

Commit 1b53d73

Browse files
author
Alexander Pann
committed
only call the dependencies task
1 parent db59397 commit 1b53d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerability-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Gradle
1616
uses: gradle/actions/setup-gradle@v4
1717
- name: Call setup
18-
run: ./gradlew build_allScripts
18+
run: ./gradlew dependencies
1919
- name: Depcheck
2020
uses: dependency-check/Dependency-Check_Action@main
2121
env:

0 commit comments

Comments
 (0)