File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-20.04
11
11
container : ghcr.io/kedacore/keda-tools:1.20.8
12
12
steps :
13
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
14
15
15
- name : Register workspace path
16
16
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
container : ghcr.io/kedacore/keda-tools:1.20.8
11
11
steps :
12
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
12
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
13
14
14
- name : Register workspace path
15
15
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
Original file line number Diff line number Diff line change 32
32
env :
33
33
DEBIAN_FRONTEND : noninteractive
34
34
35
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
35
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
36
36
37
37
- name : Helm install
38
38
uses : Azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
73
73
env :
74
74
DEBIAN_FRONTEND : noninteractive
75
75
76
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
76
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
77
77
78
78
- name : Generate images
79
79
run : |
99
99
- kubernetesVersion : v1.26
100
100
kindImage : kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
101
101
steps :
102
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
102
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
103
103
104
104
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1
105
105
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
container : ghcr.io/kedacore/keda-tools:1.20.8
14
14
steps :
15
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
16
- name : Register workspace path
17
17
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
18
18
- name : Build The Scaler
24
24
runs-on : ubuntu-latest
25
25
container : ghcr.io/kedacore/keda-tools:1.20.8
26
26
steps :
27
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
27
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28
28
- name : Register workspace path
29
29
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
30
- name : Build The Operator
36
36
runs-on : ubuntu-latest
37
37
container : ghcr.io/kedacore/keda-tools:1.20.8
38
38
steps :
39
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
39
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
40
40
- name : Register workspace path
41
41
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
42
42
- name : Build The Interceptor
Original file line number Diff line number Diff line change 13
13
linkinator :
14
14
runs-on : ubuntu-20.04
15
15
steps :
16
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
16
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
17
- uses : JustinBeckwith/linkinator-action@39e601e8efc0c24b7228ec87e43f4b9abebf3b25 # v1
18
18
with :
19
19
paths : " **/*.md"
Original file line number Diff line number Diff line change 22
22
- runner : ubuntu-latest
23
23
name : amd64
24
24
steps :
25
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
25
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
26
27
27
- name : Register workspace path
28
28
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
70
70
name : Static Checks
71
71
runs-on : ubuntu-latest
72
72
steps :
73
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
73
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
74
74
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
75
75
with :
76
76
python-version : 3.x
You can’t perform that action at this time.
0 commit comments