File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 value : ${{ secrets.CODECOV_TOKEN }}
7878 - name : Upload Report to Codecov
7979 if : ${{ steps.checksecret.outputs.result == 'true' }}
80- uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
80+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
8181 with :
8282 token : ${{ secrets.CODECOV_TOKEN }}
8383 slug : projectcapsule/capsule-proxy
Original file line number Diff line number Diff line change 3131 - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3232 with :
3333 go-version-file : ' go.mod'
34- - uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
34+ - uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3535 with :
3636 version : v3.14.2
3737 - name : e2e testing
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 with :
3535 fetch-depth : 0
36- - uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
36+ - uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3737 - name : Run chart-testing (lint)
3838 run : make helm-lint
3939 - name : Run docs-testing (helm-docs)
You can’t perform that action at this time.
0 commit comments