Skip to content

Commit d644696

Browse files
committed
Bump google/osv-scanner-action to v2.0.1
1 parent 23046cc commit d644696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osv-scanner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ permissions:
2424
jobs:
2525
scan-scheduled:
2626
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
2828
with:
2929
scan-args: |-
3030
--lockfile ./package-lock.json
3131
--lockfile requirements.txt:./constraints.txt
3232
scan-pr:
3333
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
3535
with:
3636
scan-args: |-
3737
--lockfile ./package-lock.json

0 commit comments

Comments
 (0)