Skip to content

Commit 361fde4

Browse files
authored
Update gradle.yml
1 parent 4477ad3 commit 361fde4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ jobs:
2020
fetch-depth: 0 # Important: Fetch full history for diff comparison
2121

2222
- name: Run OSV-Scanner
23-
uses: google/osv-scanner-action@v1
23+
uses: google/osv-scanner-action@v2.3.1
2424
with:
25-
# This specific config enables the "Diff" logic from your diagram
2625
scan-args: |-
2726
--recursive
2827
--format=sarif
29-
--output=results.sarif
30-
31-
# Optional: If you want to block the PR on new findings
28+
--output=results.sarif
3229
fail-on-vuln: true
3330

3431
- name: Upload SARIF results

0 commit comments

Comments
 (0)