diff --git a/.github/workflows/ci-aarch64.yml b/.github/workflows/ci-aarch64.yml index 2c8f7c11ead..c901ea10f75 100644 --- a/.github/workflows/ci-aarch64.yml +++ b/.github/workflows/ci-aarch64.yml @@ -49,10 +49,10 @@ jobs: ] steps: - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v2 + uses: SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8 # v2.0.0 id: cpu-cores - name: Checkout oneDNN - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: oneDNN # ACL is built with clang, so we can link with it directly if we are using @@ -67,12 +67,12 @@ jobs: # link properly. - if: contains( matrix.compiler.CC , 'gcc' ) name: Install Scons - uses: threeal/pipx-install-action@v1.0.0 + uses: threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0 with: packages: scons - if: contains( matrix.compiler.CC , 'gcc' ) name: Checkout ACL - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ARM-software/ComputeLibrary ref: 'v24.08.1' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 09d2f175a7b..64d4471fb87 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -28,7 +28,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v5.0.0 + - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: sync-labels: true configuration-path: '.github/labels.yml'