Skip to content

Commit

Permalink
adding new url
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayley Denbraver committed Dec 27, 2023
1 parent ad8a3f6 commit 9afdc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ permissions:

jobs:
scan-pr:
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable-pr.yml@main"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.5.0"
```
### View results
Expand Down Expand Up @@ -82,7 +82,7 @@ permissions:
jobs:
scan-scheduled:
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable.yml@main"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.5.0"
```

As written, the scanner will run on 12:30 pm UTC every Monday, and also on every push to the main branch. You can change the schedule by following the instructions [here](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule).
Expand Down

0 comments on commit 9afdc04

Please sign in to comment.