File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-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@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 : |-
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 : |-
You can’t perform that action at this time.
0 commit comments