Skip to content

Commit 918b67c

Browse files
authored
Update osv-scanner-unified.yml (#3726)
* Update osv-scanner-unified.yml * Update osv-scanner-unified.yml Updating version
1 parent 370698d commit 918b67c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,20 @@ 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@c80d3cb8d7bfabae9f047f6b8ea68792dd2ebcf6 # v1.9.0
38+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@8bd1ce1c4be9d98053ffd9e6e14585276a36762c" # v1.9.1
39+
with:
40+
# Just scan the root directory and docs, since everything else is fixtures
41+
scan-args: |-
42+
-r
43+
--skip-git
44+
./
3945
scan-pr:
4046
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
4147
# If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch
42-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@c80d3cb8d7bfabae9f047f6b8ea68792dd2ebcf6 # v1.9.0
48+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@8bd1ce1c4be9d98053ffd9e6e14585276a36762c" # v1.9.1
49+
with:
50+
# Just scan the root directory and docs, since everything else is fixtures
51+
scan-args: |-
52+
-r
53+
--skip-git
54+
./

0 commit comments

Comments
 (0)