Skip to content

Commit d9fd8b6

Browse files
chore(deps): update github actions
1 parent b7cb6d3 commit d9fd8b6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: npm ci && npm --prefix packages/diracx-web-components run build-doc
7878

7979
- name: Upload artifact
80-
uses: actions/upload-pages-artifact@v4
80+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
8181
with:
8282
path: packages/diracx-web-components/storybook-static
8383

@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- id: deploy
9393
name: Deploy to GitHub Pages
94-
uses: actions/deploy-pages@v4
94+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
9595
with:
9696
token: ${{ github.token }}
9797

.github/workflows/gubbins-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# WARNING: In your CI/CD pipeline, you should remove the following steps #
167167
# ------------------------------------------------------------------------#
168168
- name: Download gubbins-web
169-
uses: actions/download-artifact@v7
169+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
170170
with:
171171
name: gubbins-web
172172
path: /tmp/gubbins-web
@@ -204,7 +204,7 @@ jobs:
204204
git clone https://github.com/DIRACGrid/diracx.git
205205
206206
- name: Download gubbins images
207-
uses: actions/download-artifact@v7
207+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
208208
with:
209209
name: gubbins-images
210210
path: /tmp/
@@ -217,7 +217,7 @@ jobs:
217217
rm -f /tmp/gubbins_client_image.tar
218218
219219
- name: Download gubbins-web
220-
uses: actions/download-artifact@v7
220+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
221221
with:
222222
name: gubbins-web
223223
path: /tmp/gubbins-web

0 commit comments

Comments
 (0)