File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : ' Checkout Repository'
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1818 - name : ' Review Dependencies'
1919 uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 timeout-minutes : 70
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121 with :
2222 path : ${{ env.GOPATH }}/src/k8s.io/kops
2323 fetch-depth : 3
5656 runs-on : ubuntu-24.04
5757 timeout-minutes : 70
5858 steps :
59- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
59+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6060 with :
6161 path : ${{ env.GOPATH }}/src/k8s.io/kops
6262 fetch-depth : 3
Original file line number Diff line number Diff line change 2626 name : build-linux-${{ matrix.os.arch }}
2727 runs-on : ${{ matrix.os.runs-on }}
2828 steps :
29- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
29+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3030 with :
3131 path : ${{ env.GOPATH }}/src/k8s.io/kops
3232
4343 build-macos-amd64 :
4444 runs-on : macos-latest
4545 steps :
46- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
46+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4747 with :
4848 path : ${{ env.GOPATH }}/src/k8s.io/kops
4949
6060 build-windows-amd64 :
6161 runs-on : windows-2022
6262 steps :
63- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
63+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6464 with :
6565 path : ${{ env.GOPATH }}/src/k8s.io/kops
6666
8787 name : verify-${{ matrix.os.arch }}
8888 runs-on : ${{ matrix.os.runs-on }}
8989 steps :
90- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
90+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
9191 with :
9292 path : ${{ env.GOPATH }}/src/k8s.io/kops
9393
Original file line number Diff line number Diff line change 1717 contents : write
1818
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121 -
run :
/usr/bin/git config --global user.email [email protected] 2222 - run : /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
2323 - run : hack/tag-release.sh
You can’t perform that action at this time.
0 commit comments