File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
31+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3232 with :
3333 fetch-depth : 0
3434 - uses : ./.github/actions/setup-go
4747 metadata_tags : ${{ env.metadata_tags }}
4848
4949 - name : Login to ghcr.io for CI
50- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
50+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
5151 with :
5252 registry : ghcr.io
5353 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 1616 name : check for kubebuilder markers
1717 runs-on : ubuntu-22.04
1818 steps :
19- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020
2121 # go is required for building controller-gen
2222 - uses : ./.github/actions/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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2222 with :
2323 fetch-depth : 0
2424 - uses : ./.github/actions/setup-go
3737 metadata_tags : ${{ env.metadata_tags }}
3838
3939 - name : Login to ghcr.io for CI
40- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
40+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
4141 with :
4242 registry : ghcr.io
4343 username : ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
136136
137137 - name : checkout code
138- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
138+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
139139 with :
140140 fetch-depth : 0
141141
You can’t perform that action at this time.
0 commit comments