Skip to content

Commit daffa38

Browse files
authored
Merge pull request #1171 from numba/renovate/pin-dependencies
Pin dependencies
2 parents de4564c + 81794f9 commit daffa38

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.github/workflows/llvmdev_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
outputs:
5151
matrix: ${{ steps.evaluate.outputs.matrix }}
5252
steps:
53-
- uses: actions/checkout@v4
54-
- uses: actions/setup-python@v5
53+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
5555
with:
5656
python-version: '3.13'
5757
- name: Evaluate
@@ -76,10 +76,10 @@ jobs:
7676

7777
steps:
7878
- name: Clone repository
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8080

8181
- name: Setup Miniconda
82-
uses: conda-incubator/setup-miniconda@v3
82+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
8383
with:
8484
auto-update-conda: true
8585
auto-activate-base: true
@@ -100,7 +100,7 @@ jobs:
100100
ls -lah "${CONDA_CHANNEL_DIR}"
101101
102102
- name: Upload conda package
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
104104
with:
105105
name: ${{ matrix.recipe }}_${{ matrix.platform }}
106106
path: conda_channel_dir

.github/workflows/llvmlite_linux-64_conda_builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Clone repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Setup Miniconda
34-
uses: conda-incubator/setup-miniconda@v3
34+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
3535
with:
3636
auto-update-conda: true
3737
auto-activate-base: true
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Download llvmdev Artifact
4444
if: ${{ inputs.llvmdev_run_id != '' }}
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
4646
with:
4747
name: llvmdev_linux-64
4848
path: llvmdev_conda_packages
@@ -62,7 +62,7 @@ jobs:
6262
conda build --debug -c "$LLVMDEV_CHANNEL" -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR --no-test
6363
6464
- name: Upload llvmlite conda package
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6666
with:
6767
name: llvmlite-linux-64-py${{ matrix.python-version }}
6868
path: conda_channel_dir
@@ -84,10 +84,10 @@ jobs:
8484

8585
steps:
8686
- name: Setup miniconda
87-
uses: conda-incubator/setup-miniconda@v3
87+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
8888

8989
- name: Download llvmlite artifact
90-
uses: actions/download-artifact@v4
90+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
9191
with:
9292
name: llvmlite-linux-64-py${{ matrix.python-version }}
9393

.github/workflows/llvmlite_win-64_conda_builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Clone repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Setup Miniconda
34-
uses: conda-incubator/setup-miniconda@v3
34+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
3535
with:
3636
auto-update-conda: true
3737
auto-activate-base: true
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Download llvmdev Artifact
4444
if: ${{ inputs.llvmdev_run_id != '' }}
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
4646
with:
4747
name: llvmdev_win-64
4848
path: llvmdev_conda_packages
@@ -62,7 +62,7 @@ jobs:
6262
conda build --debug -c $LLVMDEV_CHANNEL -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR --no-test
6363
6464
- name: Upload llvmlite conda package
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6666
with:
6767
name: llvmlite-win-64-py${{ matrix.python-version }}
6868
path: conda_channel_dir
@@ -84,10 +84,10 @@ jobs:
8484

8585
steps:
8686
- name: Setup miniconda
87-
uses: conda-incubator/setup-miniconda@v3
87+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
8888

8989
- name: Download llvmlite artifact
90-
uses: actions/download-artifact@v4
90+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
9191
with:
9292
name: llvmlite-win-64-py${{ matrix.python-version }}
9393

.github/workflows/llvmlite_win-64_wheel_builder.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737

3838
steps:
3939
- name: Clone repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4141
with:
4242
fetch-depth: 0
4343

4444
- name: Setup Miniconda
45-
uses: conda-incubator/setup-miniconda@v3
45+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
conda-remove-defaults: true
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Download llvmdev Artifact
5353
if: ${{ inputs.llvmdev_run_id != '' }}
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
5555
with:
5656
name: llvmdev_win-64
5757
path: llvmdev_conda_packages
@@ -73,7 +73,7 @@ jobs:
7373
run: python -m build
7474

7575
- name: Upload llvmlite wheel
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7777
with:
7878
name: llvmlite-win-64-py${{ matrix.python-version }}
7979
path: dist/*.whl
@@ -94,10 +94,10 @@ jobs:
9494
fail-fast: false
9595
steps:
9696
- name: Clone repository
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9898

9999
- name: Setup Miniconda
100-
uses: conda-incubator/setup-miniconda@v3
100+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
101101
with:
102102
python-version: ${{ env.VALIDATION_PYTHON_VERSION }}
103103
conda-remove-defaults: true
@@ -108,7 +108,7 @@ jobs:
108108
run: conda install -c defaults py-lief wheel twine keyring rfc3986
109109

110110
- name: Download llvmlite wheels
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
112112
with:
113113
name: llvmlite-win-64-py${{ matrix.python-version }}
114114
path: dist
@@ -136,12 +136,12 @@ jobs:
136136

137137
steps:
138138
- name: Setup Python
139-
uses: actions/setup-python@v5
139+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
140140
with:
141141
python-version: ${{ matrix.python-version }}
142142

143143
- name: Download llvmlite wheel
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
145145
with:
146146
name: llvmlite-win-64-py${{ matrix.python-version }}
147147
path: dist

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
shell: bash -el {0}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- name: Setup Miniconda
21-
uses: conda-incubator/setup-miniconda@v3
21+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
2222
with:
2323
auto-update-conda: true
2424
auto-activate-base: false

0 commit comments

Comments
 (0)