Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 7bc0326 commit abae522
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@b291b69122502bce26c1e1de2a8e37548d7f2f5f # v1.9.2
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e6898c9042613f73c90501bfa535f3c2c73b9140 # 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@b291b69122502bce26c1e1de2a8e37548d7f2f5f # v1.9.2
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e6898c9042613f73c90501bfa535f3c2c73b9140 # v1.9.2
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

0 comments on commit abae522

Please sign in to comment.