Skip to content

Commit 48aa193

Browse files
authored
Update osv-scanner-unified.yml (#3794)
1 parent ff8fbbd commit 48aa193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
scan-scheduled:
3636
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
3737
# If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch
38-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@8bd1ce1c4be9d98053ffd9e6e14585276a36762c" # v1.9.1
38+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@8bd1ce1c4be9d98053ffd9e6e14585276a36762c" # v1.9.1
3939
with:
4040
# Just scan the root directory and docs, since everything else is fixtures
4141
scan-args: |-
@@ -45,7 +45,7 @@ jobs:
4545
scan-pr:
4646
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
4747
# If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch
48-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@8bd1ce1c4be9d98053ffd9e6e14585276a36762c" # v1.9.1
48+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@8bd1ce1c4be9d98053ffd9e6e14585276a36762c" # v1.9.1
4949
with:
5050
# Just scan the root directory and docs, since everything else is fixtures
5151
scan-args: |-

0 commit comments

Comments
 (0)