File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 21
21
if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b " # v1.9.0
24
+ - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr .yml@e994fd8ab13fe1394942045f5945cd39c6c2d68e " # v1.9.2
25
25
with :
26
26
scan-args : |-
27
27
--skip-git
37
37
if : ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/setup-go@v5
41
- with :
42
- go-version : ' 1.23.4' # The Go version to download (if necessary) and use.
43
- - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
40
+ - uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e994fd8ab13fe1394942045f5945cd39c6c2d68e" # v1.9.2
44
41
with :
45
42
scan-args : |-
46
43
--skip-git
You can’t perform that action at this time.
0 commit comments