This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3232 with :
3333 fetch-depth : 0
3434 - name : Setup Go
Original file line number Diff line number Diff line change 1414 name : check for kubebuilder markers
1515 runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1818
1919 # go is required for building controller-gen
2020 - name : Setup Go
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
21+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222 with :
2323 fetch-depth : 0
2424 - uses : ./.github/actions/setup-go
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136
137137 - name : checkout code
138- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
138+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
139139 with :
140140 fetch-depth : 0
141141
You can’t perform that action at this time.
0 commit comments