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 7575 rm -rf bpftool
7676
7777 - name : Clone kernel function repository
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v4.2.2
7979 with :
8080 path : linux/${{ env.BPF_PATH }}/${{ env.REPO }}/
8181
Original file line number Diff line number Diff line change 1616 BUILD_PLATFORM : x64
1717
1818 steps :
19- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
19+ - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
2020 with :
2121 submodules : " recursive"
2222
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v4.2.2
4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
@@ -113,7 +113,7 @@ jobs:
113113 rm -rf bpftool
114114
115115 - name : Clone kernel function repository
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v4.2.2
117117 with :
118118 path : linux/${{ env.BPF_PATH }}/${{ env.REPO }}/
119119
You can’t perform that action at this time.
0 commit comments