File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
# =============================================================
48
48
scan-scheduled :
49
49
if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
50
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f124291d8a60496dd1874b24b62b2370ed4c78 " # v1.7.1
50
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78 " # v1.7.1
51
51
with :
52
52
# CLI flags (line-split)
53
53
scan-args : |-
61
61
# =============================================================
62
62
scan-pr :
63
63
if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
64
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f124291d8a60496dd1874b24b62b2370ed4c78 " # v1.7.1
64
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78 " # v1.7.1
65
65
with :
66
66
scan-args : |-
67
67
-r
You can’t perform that action at this time.
0 commit comments