File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ permissions:
24
24
jobs :
25
25
scan-scheduled :
26
26
if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
27
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@678a866dcba398c8ed0124a09928d250f187b52a " # v1.8.4
27
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6fc714450122bda9d00e4ad5d639ad6a39eedb1f " # v2.0.1
28
28
with :
29
29
scan-args : |-
30
30
--lockfile ./package-lock.json
31
31
--lockfile requirements.txt:./constraints.txt
32
32
scan-pr :
33
33
if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
34
- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@678a866dcba398c8ed0124a09928d250f187b52a " # v1.8.4
34
+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6fc714450122bda9d00e4ad5d639ad6a39eedb1f " # v2.0.1
35
35
with :
36
36
scan-args : |-
37
37
--lockfile ./package-lock.json
You can’t perform that action at this time.
0 commit comments