Skip to content

Commit 7beb3eb

Browse files
Pin dependencies (#521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb12270 commit 7beb3eb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: 📥 Checkout the repository
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: 🛠 Set up Python 3
25-
uses: actions/setup-python@v6.2.0
25+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626
id: python
2727
with:
2828
python-version-file: .python-version
@@ -50,10 +50,10 @@ jobs:
5050
- version: "3.14"
5151
steps:
5252
- name: 📥 Checkout the repository
53-
uses: actions/checkout@v6.0.2
53+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454

5555
- name: 🛠️ Set up Python ${{ matrix.python.version }}
56-
uses: actions/setup-python@v6.2.0
56+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5757
with:
5858
python-version: ${{ matrix.python.version }}
5959
allow-prereleases: ${{ matrix.python.prereleases || false }}
@@ -78,10 +78,10 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: 📥 Checkout the repository
81-
uses: actions/checkout@v6.0.2
81+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282

8383
- name: 🛠 Set up Python
84-
uses: actions/setup-python@v6.2.0
84+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8585
id: python
8686
with:
8787
python-version-file: .python-version

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Build
1515
steps:
1616
- name: 📥 Checkout the repository
17-
uses: actions/checkout@v6.0.2
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818

1919
- name: 🛠 Set up Python
20-
uses: actions/setup-python@v6.2.0
20+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121
id: python
2222
with:
2323
python-version-file: .python-version
@@ -34,7 +34,7 @@ jobs:
3434
run: scripts/build
3535

3636
- name: Upload dists
37-
uses: actions/upload-artifact@v7.0.0
37+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3838
with:
3939
name: "dist"
4040
path: "dist/"
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download dists
55-
uses: actions/download-artifact@v8.0.0
55+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5656
with:
5757
name: "dist"
5858
path: "dist/"

0 commit comments

Comments
 (0)