File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
31+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3232 with :
3333 submodules : true
3434
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2626 with :
2727 submodules : recursive
2828
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
16+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
22+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2323
2424 - name : Run ShellCheck
2525 uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
Original file line number Diff line number Diff line change 3030 if : github.event_name == 'workflow_dispatch'
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
33+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3434 with :
3535 fetch-depth : 0 # Fetch all tags
3636
7373 tar -xvf "${{ env.LLVM }}.tar.xz"
7474
7575 - name : Checkout bpftool code
76- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
76+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7777 with :
7878 submodules : recursive
7979 # Create a new directory to avoid wiping out LLVM on bpftool checkout
@@ -161,7 +161,7 @@ jobs:
161161 sha256sum "${archive_arm64}" > "${archive_arm64}.sha256sum"
162162
163163 - name : Checkout bpftool and libbpf code
164- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
164+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
165165 with :
166166 submodules : recursive
167167 path : ' bpftool'
Original file line number Diff line number Diff line change 3434 tar -xvf "${{ env.LLVM_PATH }}.tar.xz"
3535
3636 - name : Checkout bpftool
37- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
37+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3838 with :
3939 submodules : recursive
4040 # Create a new directory to avoid wiping out LLVM on bpftool checkout
You can’t perform that action at this time.
0 commit comments