We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf65118 commit 5f74644Copy full SHA for 5f74644
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: ./gradlew build
32
33
- name: Vulnerability Scan
34
- uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2
+ uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
35
36
- name: Deploy SNAPSHOT to Maven Central
37
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments