Skip to content

Commit 802d293

Browse files
committed
chore(ci): update osv-scanner-action from v1.7.1 to v2.3.8
1 parent 59c9a5b commit 802d293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232
jobs:
3333
scan-scheduled:
3434
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
35-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
35+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8"
3636
with:
3737
# Example of specifying custom arguments
3838
scan-args: |-
@@ -41,7 +41,7 @@ jobs:
4141
./
4242
scan-pr:
4343
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
44-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
44+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.8"
4545
with:
4646
# Example of specifying custom arguments
4747
scan-args: |-

0 commit comments

Comments
 (0)