File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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+ ./
You can’t perform that action at this time.
0 commit comments