Skip to content

Commit 1f545c6

Browse files
Update google/osv-scanner-action action to v2.3.2
1 parent 527fcc6 commit 1f545c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osv-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
name: OSV scan scheduled
2222

2323
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
24-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.2.3
24+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2
2525
with:
2626
fail-on-vuln: false
2727

2828
scan-pr:
2929
name: OSV scan PR
3030

3131
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
32-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.2.3
32+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2
3333
with:
3434
fail-on-vuln: false

0 commit comments

Comments
 (0)