File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
3232jobs :
3333 scan-scheduled :
3434 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
35- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8"
35+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@8dc09193bb540e09b23da07ad7e30bd33bf87018 " # v2.3.8
3636 with :
3737 # Example of specifying custom arguments
3838 scan-args : |-
4141 ./
4242 scan-pr :
4343 if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
44- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.8"
44+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@8dc09193bb540e09b23da07ad7e30bd33bf87018 " # v2.3.8
4545 with :
4646 # Example of specifying custom arguments
4747 scan-args : |-
You can’t perform that action at this time.
0 commit comments