File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Set up Go
22- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
22+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2323 with :
2424 go-version : " >=1.25.0"
2525
2626 - name : Run GoReleaser
27- uses : goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
27+ uses : goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
2828 with :
2929 distribution : goreleaser
3030 version : latest
Original file line number Diff line number Diff line change 77 lint-test :
88 runs-on : ubuntu-24.04
99 steps :
10- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1111
1212 - name : Set up Go
13- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
13+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1414 with :
1515 go-version-file : " go.mod"
1616
1717 - name : golangci-lint
18- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
18+ uses : golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # 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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
34+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # 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-ghcr.yaml@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # main
43+ uses : libops/.github/.github/workflows/build-push-ghcr.yaml@3ef8469c16c40842cc1b0b9195df2850ad8e616f # main
4444 permissions :
4545 contents : read
4646 packages : write
You can’t perform that action at this time.
0 commit comments