Skip to content

Commit 6f1c92a

Browse files
github: workflows: harden GitHub actions
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent b814cce commit 6f1c92a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-aarch64.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
]
5050
steps:
5151
- 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
5353
id: cpu-cores
5454
- name: Checkout oneDNN
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5656
with:
5757
path: oneDNN
5858
# ACL is built with clang, so we can link with it directly if we are using
@@ -67,12 +67,12 @@ jobs:
6767
# link properly.
6868
- if: contains( matrix.compiler.CC , 'gcc' )
6969
name: Install Scons
70-
uses: threeal/pipx-install-action@v1.0.0
70+
uses: threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
7171
with:
7272
packages: scons
7373
- if: contains( matrix.compiler.CC , 'gcc' )
7474
name: Checkout ACL
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7676
with:
7777
repository: ARM-software/ComputeLibrary
7878
ref: 'v24.08.1'

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929

3030
steps:
31-
- uses: actions/labeler@v5.0.0
31+
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
3232
with:
3333
sync-labels: true
3434
configuration-path: '.github/labels.yml'

0 commit comments

Comments
 (0)