Skip to content

Commit

Permalink
Update unified workflow example to point to v1.8.1 reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Jun 28, 2024
1 parent 6d2b388 commit 3ea235a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osv-scanner-unified-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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@ba0b4d196d231340e0ae94ae00933c8be0984192" # v1.7.4
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6d2b388dfd698241547c91007c380a52e5155ff7" # v1.8.1
with:
# Example of specifying custom arguments
scan-args: |-
Expand All @@ -44,7 +44,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@ba0b4d196d231340e0ae94ae00933c8be0984192" # v1.7.4
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@6d2b388dfd698241547c91007c380a52e5155ff7" # v1.8.1
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

0 comments on commit 3ea235a

Please sign in to comment.