File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 go-version : ' >=1.22.2'
2626
2727 - name : Run GoReleaser
28- uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7
28+ uses : goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
2929 with :
3030 distribution : goreleaser
3131 version : latest
Original file line number Diff line number Diff line change 1515 go-version-file : " go.mod"
1616
1717 - name : golangci-lint
18- uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
18+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
1919 with :
2020 version : latest
2121
3131 run : go test -v -coverprofile=coverage.out -covermode=atomic ./...
3232
3333 - name : upload coverage to codecov
34- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
34+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
3535 with :
3636 files : ./coverage.out
3737 fail_ci_if_error : false
4040
4141 run :
4242 needs : [lint-test]
43- uses : libops/.github/.github/workflows/build-push.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
43+ uses : libops/.github/.github/workflows/build-push.yaml@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # main
4444 permissions :
4545 contents : read
4646 packages : write
You can’t perform that action at this time.
0 commit comments