Skip to content

Commit de4726b

Browse files
committed
Update other yml files
1 parent 6ba3143 commit de4726b

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout branch
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
token: ${{ secrets.CI_PAT }}
1919
fetch-depth: 0

.github/workflows/llvm-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242

4343
- name: Checkout Repo
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
with:
4646
path: llvm-build
4747

@@ -61,20 +61,20 @@ jobs:
6161
echo "llvm_install_dir=${INSTALL_DIR}" >> ${GITHUB_ENV}
6262
6363
- name: Checkout LLVM
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
with:
6666
repository: llvm/llvm-project
6767
path: llvm-project
6868
ref: ${{ env.llvm_commit_hash }}
6969

7070
- name: Set up Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
7272
with:
7373
python-version: 3.11
7474

7575
- name: Set up MSVC
7676
if: matrix.config.arch == 'x64' && (matrix.config.target-os == 'windows')
77-
uses: ilammy/msvc-dev-cmd@v1.13.0
77+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
7878
with:
7979
arch: amd64
8080

@@ -86,7 +86,7 @@ jobs:
8686
rm -rf ${{ env.SCCACHE_DIR }}/*
8787
8888
- name: Enable Cache
89-
uses: actions/cache@v4
89+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9090
with:
9191
path: ${{ env.SCCACHE_DIR }}
9292
key: ${{ matrix.config.target-os }}-${{ matrix.config.arch }}-${{ env.short_llvm_commit_hash }}
@@ -288,15 +288,15 @@ jobs:
288288
docker rm "${CONTAINER_ID}"
289289
290290
- name: Upload Build Artifacts
291-
uses: actions/upload-artifact@v4
291+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
292292
with:
293293
name: llvm-${{ matrix.config.target-os }}-${{ matrix.config.arch }}
294294
path: |
295295
${{ github.workspace }}/llvm-*-${{ matrix.config.target-os }}-${{ matrix.config.arch }}.tar.gz
296296
297297
- name: Azure Login
298298
if: ${{ (github.repository == 'triton-lang/triton') }}
299-
uses: azure/login@v2
299+
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
300300
with:
301301
client-id: ${{ secrets.AZURE_CLIENT_ID }}
302302
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/test-backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939

4040
- name: Set XPU ENV
4141
if: ${{(matrix.runner[0] == 'self-hosted') && (matrix.runner[1] == 'arc770')}}

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker container prune -f
3838
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141

4242
# The LATEST_DATE here should be kept in sync with the one in Patch setup.py
4343
- id: check-version
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Azure login
9393
if: ${{ steps.check-version.outputs.new_commit == 'true' }}
94-
uses: azure/login@v2
94+
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
9595
with:
9696
client-id: ${{ secrets.AZURE_CLIENT_ID }}
9797
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)