Skip to content

Commit 3e0250a

Browse files
authored
Update osv-scanner.yml
1 parent d951a64 commit 3e0250a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# =============================================================
4848
scan-scheduled:
4949
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
5151
with:
5252
# CLI flags (line-split)
5353
scan-args: |-
@@ -61,7 +61,7 @@ jobs:
6161
# =============================================================
6262
scan-pr:
6363
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
6565
with:
6666
scan-args: |-
6767
-r

0 commit comments

Comments
 (0)