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.
2 parents 0510e00 + 0665cc9 commit 49483e5Copy full SHA for 49483e5
.github/workflows/build.yml
@@ -28,7 +28,9 @@ jobs:
28
run: ./gradlew build
29
30
- name: Vulnerability Scan
31
- uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
+ uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
32
+ with:
33
+ scan_type: 'fs'
34
35
- name: Deploy SNAPSHOT to Maven Central
36
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments