Skip to content

Commit 6a315db

Browse files
committed
Update unified workflow example to point to v1.8.4 reusable workflows
1 parent 712a57b commit 6a315db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osv-scanner-unified-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535
jobs:
3636
scan-scheduled:
3737
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
38-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@6bd271cb6a4c61522812ff2e7f7719cadf74f685" # v1.8.3
38+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@712a57b5f042cd42c534f88b387f93fcec14394a" # v1.8.4
3939
with:
4040
# Example of specifying custom arguments
4141
scan-args: |-
@@ -44,7 +44,7 @@ jobs:
4444
./
4545
scan-pr:
4646
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
47-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@6bd271cb6a4c61522812ff2e7f7719cadf74f685" # v1.8.3
47+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@712a57b5f042cd42c534f88b387f93fcec14394a" # v1.8.4
4848
with:
4949
# Example of specifying custom arguments
5050
scan-args: |-

0 commit comments

Comments
 (0)