Skip to content

Commit 261a6eb

Browse files
chore(deps): update google/osv-scanner-action action to v2.3.2
1 parent ee6cda5 commit 261a6eb

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
@@ -32,7 +32,7 @@ jobs:
3232
# https://github.com/google/osv-scanner-action
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@v2.2.3
35+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2
3636
with:
3737
# Example of specifying custom arguments
3838
scan-args: |-
@@ -43,7 +43,7 @@ jobs:
4343
# https://github.com/google/osv-scanner-action
4444
scan-pr:
4545
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
46-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.2.3
46+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.2
4747
with:
4848
# Example of specifying custom arguments
4949
scan-args: |-

0 commit comments

Comments
 (0)