diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml index 87941020..472f27de 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.8.1 + uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.2 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.8.1 + uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.8.2 with: # Example of specifying custom arguments scan-args: |-