File tree 8 files changed +17
-17
lines changed
8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 46
46
- dlb-libdlb-demo
47
47
builder : [buildah, docker]
48
48
steps :
49
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
49
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
50
50
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
51
51
with :
52
52
go-version-file : go.mod
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
22
22
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
23
23
with :
24
24
go-version-file : go.mod
Original file line number Diff line number Diff line change 68
68
IMAGES : ${{ join(matrix.images, ' ') }}
69
69
70
70
steps :
71
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
71
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
72
72
with :
73
73
fetch-depth : 0
74
74
- name : Describe test environment
Original file line number Diff line number Diff line change 67
67
- crypto-perf
68
68
- opae-nlb-demo
69
69
steps :
70
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
70
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
71
71
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
72
72
with :
73
73
go-version-file : go.mod
Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
18
18
steps :
19
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
20
20
with :
21
21
persist-credentials : false
22
22
- name : " Analyze project"
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-24.04
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
34
34
- name : Run Trivy in config mode for deployments
35
35
uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
36
36
with :
48
48
runs-on : ubuntu-24.04
49
49
steps :
50
50
- name : Checkout
51
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
51
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
52
52
- name : Run Trivy in config mode for dockerfiles
53
53
uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
54
54
with :
62
62
name : Scan licenses
63
63
steps :
64
64
- name : Checkout
65
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
65
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
66
66
- name : Run Trivy in fs mode
67
67
uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
68
68
with :
79
79
name : Scan vulnerabilities
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
82
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
83
83
- name : Run Trivy in fs mode
84
84
continue-on-error : true
85
85
uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
Original file line number Diff line number Diff line change 14
14
run : |
15
15
sudo apt-get update
16
16
sudo apt-get install -y python3-venv
17
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up doc directory
34
34
name : lint
35
35
runs-on : ubuntu-24.04
36
36
steps :
37
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
38
38
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
39
39
with :
40
40
go-version-file : go.mod
52
52
name : Build and check device plugins
53
53
runs-on : ubuntu-24.04
54
54
steps :
55
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
55
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
56
56
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
57
57
with :
58
58
go-version-file : go.mod
81
81
- 1.30.x
82
82
- 1.31.x
83
83
steps :
84
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
84
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
85
85
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
86
86
with :
87
87
go-version-file : go.mod
Original file line number Diff line number Diff line change 23
23
run : |
24
24
sudo apt-get update
25
25
sudo apt-get install -y python3-venv git
26
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
27
27
with :
28
28
fetch-depth : 0
29
29
ref : main
44
44
rm -rf _work/venv
45
45
make vhtml
46
46
mv _build/html/* $HOME/output/
47
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
48
48
with :
49
49
fetch-depth : 0
50
50
ref : release-0.29
55
55
rm -rf _work/venv
56
56
make vhtml
57
57
mv _build/html $HOME/output/0.29
58
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
58
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
59
59
with :
60
60
fetch-depth : 0
61
61
ref : release-0.30
66
66
rm -rf _work/venv
67
67
make vhtml
68
68
mv _build/html $HOME/output/0.30
69
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
69
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
70
70
with :
71
71
fetch-depth : 0
72
72
ref : release-0.31
You can’t perform that action at this time.
0 commit comments