Skip to content

Commit 8df0438

Browse files
committed
Pin hashes and activate dependabot checking of GitHub workflows
1 parent 9899563 commit 8df0438

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ version : 2
99

1010
updates:
1111

12+
- package-ecosystem : 'github-actions'
13+
directory : '/'
14+
15+
schedule:
16+
interval : 'weekly'
17+
1218
- package-ecosystem : 'pip'
1319
directory : '/Data/Python/'
1420

.github/workflows/update-constraints.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101

102102
- name : Checkout Pull Request
103-
uses : actions/checkout@v6
103+
uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
104104
with :
105105

106106
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -130,7 +130,7 @@ jobs:
130130
# https://github.com/marketplace/actions/setup-python
131131

132132
- name : Setup Python ${{ matrix.py }}
133-
uses : actions/setup-python@v6
133+
uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
134134
with :
135135

136136
python-version : ${{ matrix.py }}
@@ -147,7 +147,7 @@ jobs:
147147
# https://github.com/marketplace/actions/upload-a-build-artifact
148148

149149
- name : Upload Artifacts
150-
uses : actions/upload-artifact@v6
150+
uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
151151
with :
152152

153153
# constraints.txt
@@ -172,7 +172,7 @@ jobs:
172172
# https://github.com/marketplace/actions/checkout
173173

174174
- name : Checkout Pull Request
175-
uses : actions/checkout@v6
175+
uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
176176
with :
177177

178178
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -188,7 +188,7 @@ jobs:
188188
# https://github.com/marketplace/actions/download-a-build-artifact
189189

190190
- name : Download Artifacts
191-
uses : actions/download-artifact@v6
191+
uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
192192
with :
193193

194194
merge-multiple : true
@@ -212,7 +212,7 @@ jobs:
212212
# https://github.com/marketplace/actions/github-script
213213

214214
- name : Comment Pull Request
215-
uses : actions/github-script@v8
215+
uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
216216
if : ${{ success() }}
217217

218218
with:

.github/workflows/validate-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# https://github.com/marketplace/actions/checkout
3737

3838
- name : Checkout Repository
39-
uses : actions/checkout@v6
39+
uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
with :
4141

4242
submodules : false
@@ -49,7 +49,7 @@ jobs:
4949
# https://github.com/marketplace/actions/json-schema-validate
5050

5151
- name : Validate Format
52-
uses : dsanders11/json-schema-validate-action@v1.4.0
52+
uses : dsanders11/json-schema-validate-action@79b2d95a446a0d786f7f244ae7764f8370ff3657 # v1.4.0
5353
with :
5454

5555
all-errors : true

0 commit comments

Comments
 (0)