Skip to content

Commit

Permalink
chore(deps): update google/osv-scanner-action action to v1.8.2 (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent b2b62ad commit 2885dea
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 @@ -30,7 +30,7 @@ permissions:
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: google/osv-scanner-action/.github/workflows/[email protected].1
uses: google/osv-scanner-action/.github/workflows/[email protected].2
with:
# Example of specifying custom arguments
scan-args: |-
Expand All @@ -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/[email protected].1
uses: google/osv-scanner-action/.github/workflows/[email protected].2
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

1 comment on commit 2885dea

@vercel
Copy link

@vercel vercel bot commented on 2885dea Jul 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.