Skip to content

Commit

Permalink
Bump google/osv-scanner-action (#178)
Browse files Browse the repository at this point in the history
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 126676819209c3a606f31bc46ad974fba4f2012c to b291b69122502bce26c1e1de2a8e37548d7f2f5f.
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@1266768...b291b69)

---
updated-dependencies:
- dependency-name: google/osv-scanner-action
  dependency-type: direct:production
...

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 Feb 5, 2025
1 parent 47fcfdc commit c6a9a0c
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 @@ -20,7 +20,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@126676819209c3a606f31bc46ad974fba4f2012c # v1.9.2
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@b291b69122502bce26c1e1de2a8e37548d7f2f5f # v1.9.2
with:
# Example of specifying custom arguments
scan-args: |-
Expand All @@ -29,7 +29,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@126676819209c3a606f31bc46ad974fba4f2012c # v1.9.2
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@b291b69122502bce26c1e1de2a8e37548d7f2f5f # v1.9.2
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

0 comments on commit c6a9a0c

Please sign in to comment.