Skip to content

Commit

Permalink
Update unified workflow example to point to v1.8.2 reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Jul 10, 2024
1 parent f1f90c4 commit da0991f
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@3c399db9dd6dd8106a27d280d53c55077d3f7cea" # v1.8.1
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@f1f90c47a30be326ec08bf0e1633cab832421fe0" # v1.8.2
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@3c399db9dd6dd8106a27d280d53c55077d3f7cea" # v1.8.1
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@f1f90c47a30be326ec08bf0e1633cab832421fe0" # v1.8.2
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

0 comments on commit da0991f

Please sign in to comment.