File tree 3 files changed +0
-13
lines changed
3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v4
29
- with :
30
- ref : ${{ github.event.pull_request.head.sha }}
31
29
32
30
- uses : actions/setup-go@v5
33
31
with :
Original file line number Diff line number Diff line change 19
19
name : govulncheck
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- with :
23
- ref : ${{ github.event.pull_request.head.sha }}
24
22
25
23
- uses : actions/setup-go@v5
26
24
with :
49
47
image : returntocorp/semgrep
50
48
steps :
51
49
- uses : actions/checkout@v4
52
- with :
53
- ref : ${{ github.event.pull_request.head.sha }}
54
50
55
51
- uses : actions/checkout@v4
56
52
with :
71
67
name : gitleaks
72
68
steps :
73
69
- uses : actions/checkout@v4
74
- with :
75
- fetch-depth : 0
76
- ref : ${{ github.event.pull_request.head.sha }}
77
70
78
71
- uses : gitleaks/gitleaks-action@v2
79
72
env :
94
87
95
88
steps :
96
89
- uses : actions/checkout@v4
97
- with :
98
- ref : ${{ github.event.pull_request.head.sha }}
99
90
100
91
- uses : anchore/scan-action@v3
101
92
with :
Original file line number Diff line number Diff line change 17
17
name : go test
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- with :
21
- ref : ${{ github.event.pull_request.head.sha }}
22
20
23
21
- uses : actions/setup-go@v5
24
22
with :
You can’t perform that action at this time.
0 commit comments