Skip to content

Commit

Permalink
chore(deps): update google/osv-scanner-action action to v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 372129e commit aa34faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# https://github.com/google/osv-scanner-action
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.3
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.5
with:
# Example of specifying custom arguments
scan-args: |-
Expand All @@ -43,7 +43,7 @@ jobs:
# https://github.com/google/osv-scanner-action
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.3
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.8.5
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

0 comments on commit aa34faa

Please sign in to comment.