Skip to content

Commit

Permalink
build(deps): bump google/osv-scanner-action from 1.8.2 to 1.8.3 (#335)
Browse files Browse the repository at this point in the history
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@v1.8.2...v1.8.3)

---
updated-dependencies:
- dependency-name: google/osv-scanner-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 0015b8f commit 372129e
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/[email protected].2
uses: google/osv-scanner-action/.github/workflows/[email protected].3
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/[email protected].2
uses: google/osv-scanner-action/.github/workflows/[email protected].3
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

1 comment on commit 372129e

@vercel
Copy link

@vercel vercel bot commented on 372129e Aug 14, 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.