File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 if : github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
11- uses : libops/.github/.github/workflows/bump-release.yaml@main
11+ uses : libops/.github/.github/workflows/bump-release.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
1212 permissions :
1313 contents : write
1414 actions : write
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-24.04
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Set up Go
21- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
21+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2222 with :
2323 go-version : " >=1.25.6"
2424
Original file line number Diff line number Diff line change 88 contents : read
99 runs-on : ubuntu-24.04
1010 steps :
11- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212
13- - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
13+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1414 with :
1515 go-version : " >=1.25.3"
1616
2121
2222 build-push :
2323 needs : [test]
24- uses : libops/.github/.github/workflows/build-push.yaml@main
24+ uses : libops/.github/.github/workflows/build-push.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
2525 with :
2626 docker-registry : " libops"
2727 permissions :
You can’t perform that action at this time.
0 commit comments