Skip to content

Commit

Permalink
Use new GitHub action in new repository (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex authored Jan 18, 2024
1 parent f6b0443 commit 2f74249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osv-scanner-unified-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
uses: "./.github/workflows/osv-scanner-reusable.yml"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@staging"
with:
# Just scan the root directory and docs, since everything else is fixtures
scan-args: |-
Expand All @@ -42,7 +42,7 @@ jobs:
./docs/
scan-pr:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: "./.github/workflows/osv-scanner-reusable-pr.yml"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@staging"
with:
# Just scan the root directory and docs, since everything else is fixtures
scan-args: |-
Expand Down

0 comments on commit 2f74249

Please sign in to comment.