File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
49
49
]
50
50
steps :
51
51
- name : Get number of CPU cores
52
- uses : SimenB/github-actions-cpu-cores@v2
52
+ uses : SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8 # v2.0.0
53
53
id : cpu-cores
54
54
- name : Checkout oneDNN
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56
56
with :
57
57
path : oneDNN
58
58
# ACL is built with clang, so we can link with it directly if we are using
@@ -67,12 +67,12 @@ jobs:
67
67
# link properly.
68
68
- if : contains( matrix.compiler.CC , 'gcc' )
69
69
name : Install Scons
70
- uses : threeal/pipx-install-action@v1.0.0
70
+ uses : threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
71
71
with :
72
72
packages : scons
73
73
- if : contains( matrix.compiler.CC , 'gcc' )
74
74
name : Checkout ACL
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
76
76
with :
77
77
repository : ARM-software/ComputeLibrary
78
78
ref : ' v24.08.1'
Original file line number Diff line number Diff line change 28
28
pull-requests : write
29
29
30
30
steps :
31
- - uses : actions/labeler@v5.0.0
31
+ - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
32
32
with :
33
33
sync-labels : true
34
34
configuration-path : ' .github/labels.yml'
You can’t perform that action at this time.
0 commit comments