diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml index 64b63c8e..87941020 100644 --- a/.github/workflows/osv-scanner.yml +++ b/.github/workflows/osv-scanner.yml @@ -30,7 +30,7 @@ permissions: jobs: scan-scheduled: if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} - uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.7.4 + uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.1 with: # Example of specifying custom arguments scan-args: |- @@ -40,7 +40,7 @@ jobs: scan-pr: if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }} - uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.7.4 + uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.8.1 with: # Example of specifying custom arguments scan-args: |-