Skip to content

Commit 627992e

Browse files
chore(deps): update google/osv-scanner-action digest to 9a49870 (#883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 534943c commit 627992e

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@8dc09193bb540e09b23da07ad7e30bd33bf87018" # v2.3.8
35+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9a498708959aeaef5ef730655706c5a1df1edbc2" # 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@8dc09193bb540e09b23da07ad7e30bd33bf87018" # v2.3.8
44+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@9a498708959aeaef5ef730655706c5a1df1edbc2" # v2.3.8
4545
with:
4646
# Example of specifying custom arguments
4747
scan-args: |-

0 commit comments

Comments
 (0)