File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 4646 - dlb-libdlb-demo
4747 builder : [buildah, docker]
4848 steps :
49- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
49+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5050 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
5151 with :
5252 go-version-file : go.mod
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2222 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2323 with :
2424 go-version-file : go.mod
Original file line number Diff line number Diff line change 6868 IMAGES : ${{ join(matrix.images, ' ') }}
6969
7070 steps :
71- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
71+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
7272 with :
7373 fetch-depth : 0
7474 - name : Describe test environment
Original file line number Diff line number Diff line change 6767 - crypto-perf
6868 - opae-nlb-demo
6969 steps :
70- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
70+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
7171 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
7272 with :
7373 go-version-file : go.mod
Original file line number Diff line number Diff line change 1616 id-token : write
1717
1818 steps :
19- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2020 with :
2121 persist-credentials : false
2222 - name : " Analyze project"
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-24.04
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
3434 - name : Run Trivy in config mode for deployments
3535 uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
3636 with :
4848 runs-on : ubuntu-24.04
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
51+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5252 - name : Run Trivy in config mode for dockerfiles
5353 uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
5454 with :
6262 name : Scan licenses
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
65+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
6666 - name : Run Trivy in fs mode
6767 uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
6868 with :
7979 name : Scan vulnerabilities
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
82+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
8383 - name : Run Trivy in fs mode
8484 continue-on-error : true
8585 uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
Original file line number Diff line number Diff line change 1414 run : |
1515 sudo apt-get update
1616 sudo apt-get install -y python3-venv
17- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
1818 with :
1919 fetch-depth : 0
2020 - name : Set up doc directory
3434 name : lint
3535 runs-on : ubuntu-24.04
3636 steps :
37- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
3838 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
3939 with :
4040 go-version-file : go.mod
5252 name : Build and check device plugins
5353 runs-on : ubuntu-24.04
5454 steps :
55- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
55+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5656 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
5757 with :
5858 go-version-file : go.mod
8181 - 1.30.x
8282 - 1.31.x
8383 steps :
84- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
84+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
8585 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
8686 with :
8787 go-version-file : go.mod
Original file line number Diff line number Diff line change 2323 run : |
2424 sudo apt-get update
2525 sudo apt-get install -y python3-venv git
26- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2727 with :
2828 fetch-depth : 0
2929 ref : main
4444 rm -rf _work/venv
4545 make vhtml
4646 mv _build/html/* $HOME/output/
47- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
4848 with :
4949 fetch-depth : 0
5050 ref : release-0.29
5555 rm -rf _work/venv
5656 make vhtml
5757 mv _build/html $HOME/output/0.29
58- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
58+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
5959 with :
6060 fetch-depth : 0
6161 ref : release-0.30
6666 rm -rf _work/venv
6767 make vhtml
6868 mv _build/html $HOME/output/0.30
69- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
69+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
7070 with :
7171 fetch-depth : 0
7272 ref : release-0.31
You can’t perform that action at this time.
0 commit comments