Skip to content

Commit 4a650b7

Browse files
committed
chore(ci): align PR-triggered workflow pins with ASF allowlist
1 parent 67c14fe commit 4a650b7

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
markdown-link-check:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
42+
- uses: actions/checkout@master
4343
with:
4444
persist-credentials: false
4545
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
44+
uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4
49+
uses: github/codeql-action/init@v4
5050
with:
5151
languages: actions
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4
54+
uses: github/codeql-action/analyze@v4
5555
with:
5656
category: "/language:actions"

.github/workflows/license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
rat:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
- uses: actions/checkout@v6
3131
with:
3232
persist-credentials: false
3333
- run: dev/check-license

.github/workflows/python-ci-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
runs-on: ubuntu-slim
3939

4040
steps:
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+
- uses: actions/checkout@v6
4242
with:
4343
persist-credentials: false
44-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
44+
- uses: actions/setup-python@v6
4545
with:
4646
python-version: 3.12
4747
- name: Install UV

.github/workflows/python-ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
python: ['3.10', '3.11', '3.12', '3.13']
5656

5757
steps:
58-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
58+
- uses: actions/checkout@v6
5959
with:
6060
persist-credentials: false
61-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
61+
- uses: actions/setup-python@v6
6262
with:
6363
python-version: ${{ matrix.python }}
6464
- name: Install UV
@@ -81,10 +81,10 @@ jobs:
8181
integration-test:
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
84+
- uses: actions/checkout@v6
8585
with:
8686
persist-credentials: false
87-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
87+
- uses: actions/setup-python@v6
8888
with:
8989
python-version: '3.12'
9090
- name: Install UV
@@ -101,7 +101,7 @@ jobs:
101101
if: ${{ failure() }}
102102
run: docker compose -f dev/docker-compose-integration.yml logs
103103
- name: Upload coverage data
104-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: coverage-integration
107107
path: .coverage*
@@ -110,10 +110,10 @@ jobs:
110110
integration-test-s3:
111111
runs-on: ubuntu-latest
112112
steps:
113-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
113+
- uses: actions/checkout@v6
114114
with:
115115
persist-credentials: false
116-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
116+
- uses: actions/setup-python@v6
117117
with:
118118
python-version: '3.12'
119119
- name: Install UV
@@ -130,7 +130,7 @@ jobs:
130130
if: ${{ failure() }}
131131
run: docker compose -f dev/docker-compose.yml logs
132132
- name: Upload coverage data
133-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: coverage-s3
136136
path: .coverage*
@@ -139,10 +139,10 @@ jobs:
139139
integration-test-adls:
140140
runs-on: ubuntu-latest
141141
steps:
142-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
142+
- uses: actions/checkout@v6
143143
with:
144144
persist-credentials: false
145-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
145+
- uses: actions/setup-python@v6
146146
with:
147147
python-version: '3.12'
148148
- name: Install UV
@@ -159,7 +159,7 @@ jobs:
159159
if: ${{ failure() }}
160160
run: docker compose -f dev/docker-compose-azurite.yml logs
161161
- name: Upload coverage data
162-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
162+
uses: actions/upload-artifact@v4
163163
with:
164164
name: coverage-adls
165165
path: .coverage*
@@ -168,10 +168,10 @@ jobs:
168168
integration-test-gcs:
169169
runs-on: ubuntu-latest
170170
steps:
171-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
171+
- uses: actions/checkout@v6
172172
with:
173173
persist-credentials: false
174-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
174+
- uses: actions/setup-python@v6
175175
with:
176176
python-version: '3.12'
177177
- name: Install UV
@@ -188,7 +188,7 @@ jobs:
188188
if: ${{ failure() }}
189189
run: docker compose -f dev/docker-compose-gcs-server.yml logs
190190
- name: Upload coverage data
191-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
191+
uses: actions/upload-artifact@v4
192192
with:
193193
name: coverage-gcs
194194
path: .coverage*
@@ -198,10 +198,10 @@ jobs:
198198
runs-on: ubuntu-latest
199199
needs: [integration-test, integration-test-s3, integration-test-adls, integration-test-gcs]
200200
steps:
201-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
201+
- uses: actions/checkout@v6
202202
with:
203203
persist-credentials: false
204-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
204+
- uses: actions/setup-python@v6
205205
with:
206206
python-version: '3.12'
207207
- name: Install UV
@@ -211,7 +211,7 @@ jobs:
211211
- name: Install dependencies
212212
run: uv sync --group dev
213213
- name: Download all coverage artifacts
214-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
214+
uses: actions/download-artifact@v8
215215
with:
216216
pattern: coverage-*
217217
merge-multiple: true
@@ -221,10 +221,10 @@ jobs:
221221
cibw-dev-env-smoke-test:
222222
runs-on: ubuntu-latest
223223
steps:
224-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
224+
- uses: actions/checkout@v6
225225
with:
226226
persist-credentials: false
227-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
227+
- uses: actions/setup-python@v6
228228
with:
229229
python-version: '3.12'
230230
- name: Install UV

0 commit comments

Comments
 (0)