File tree 19 files changed +27
-27
lines changed
19 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 37
37
fi
38
38
39
39
- name : Checkout source code
40
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
40
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41
41
with :
42
42
persist-credentials : false
43
43
fetch-depth : 0
90
90
fi
91
91
92
92
- name : Checkout Source Code
93
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
93
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
94
94
with :
95
95
persist-credentials : false
96
96
fetch-depth : 0
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-22.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
with :
25
25
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
26
26
35
35
extended : true
36
36
37
37
- name : Setup Node
38
- uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
38
+ uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0 .0
39
39
with :
40
40
node-version : ' 18'
41
41
cache : ' npm'
Original file line number Diff line number Diff line change 60
60
fi
61
61
62
62
- name : Checkout Source Code
63
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
63
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
64
64
with :
65
65
persist-credentials : false
66
66
ref : ${{ steps.tag.outputs.tag }}
Original file line number Diff line number Diff line change 50
50
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
51
51
52
52
- name : Checkout Source Code
53
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
53
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54
54
with :
55
55
persist-credentials : false
56
56
fetch-depth : 0
@@ -185,7 +185,7 @@ jobs:
185
185
uses : docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.8.0
186
186
187
187
- name : Checkout Source Code
188
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
188
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
189
189
with :
190
190
persist-credentials : false
191
191
fetch-depth : 0
@@ -216,7 +216,7 @@ jobs:
216
216
runs-on : ubuntu-20.04
217
217
steps :
218
218
- name : Checkout code
219
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
219
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
220
220
221
221
- name : Set up Go
222
222
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
19
with :
20
20
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
21
21
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
14
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
15
with :
16
16
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
17
17
Original file line number Diff line number Diff line change 7
7
checkpatch :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
10
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Run checkpatch.pl
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
18
19
19
- name : Install crane
20
20
env :
Original file line number Diff line number Diff line change 14
14
generated-files :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
18
- name : Install Go
19
19
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
20
20
with :
Original file line number Diff line number Diff line change 18
18
os : [ ubuntu-20.04, buildjet-2vcpu-ubuntu-2204-arm ]
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
22
with :
23
23
path : go/src/github.com/cilium/tetragon/
24
24
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- name : Checkout code
28
28
if : ${{ !github.event.pull_request }}
29
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
30
with :
31
31
persist-credentials : false
32
32
- name : Check code changes
50
50
security-events : write
51
51
steps :
52
52
- name : Checkout repo
53
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
53
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54
54
with :
55
55
persist-credentials : false
56
56
fetch-depth : 1
Original file line number Diff line number Diff line change 14
14
generated-files :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
18
- name : Run install/kubernetes/test.sh
19
19
run : |
20
20
cd install/kubernetes && ./test.sh
Original file line number Diff line number Diff line change 26
26
uses : docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.8.0
27
27
28
28
- name : Checkout Source Code
29
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
30
with :
31
31
persist-credentials : false
32
32
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
timeout-minutes : 40
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
22
23
23
- name : Set Up Job Variables
24
24
id : vars
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout configuration
13
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
13
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14
14
15
15
# this step uses latest renovate slim release
16
16
- name : Validate configuration
Original file line number Diff line number Diff line change 60
60
# renovate clones the repository again in its container fs but it needs
61
61
# the renovate configuration to start.
62
62
- name : Checkout
63
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
63
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
64
64
65
65
- name : Self-hosted Renovate
66
66
uses : renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1
Original file line number Diff line number Diff line change 26
26
os : [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ]
27
27
steps :
28
28
- name : Checkout Code
29
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
30
with :
31
31
path : go/src/github.com/cilium/tetragon/
32
32
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
26
26
- name : Install Go
27
27
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
45
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
46
47
47
- name : Install Go
48
48
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
75
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
76
76
77
77
- name : Install Go
78
78
uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
90
90
runs-on : ubuntu-latest
91
91
steps :
92
92
- name : Checkout
93
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
93
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
94
94
95
95
- name : Build CLI release binaries
96
96
run : make cli-release
Original file line number Diff line number Diff line change 25
25
go-version : ' 1.21.1'
26
26
27
27
- name : Checkout code
28
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
with :
30
30
path : go/src/github.com/cilium/tetragon/
31
31
You can’t perform that action at this time.
0 commit comments