Skip to content

Commit 9411794

Browse files
chore(deps): update github actions
1 parent 1910e77 commit 9411794

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
release_created: ${{ steps.release.outputs.release_created }}
2121
tag_name: ${{ steps.release.outputs.tag_name }}
2222
steps:
23-
- uses: googleapis/release-please-action@v4
23+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2424
id: release
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
8383
run: npm ci && npm --prefix packages/diracx-web-components run build-doc
8484

8585
- name: Upload artifact
86-
uses: actions/upload-pages-artifact@v4
86+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
8787
with:
8888
path: packages/diracx-web-components/storybook-static
8989

@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- id: deploy
9999
name: Deploy to GitHub Pages
100-
uses: actions/deploy-pages@v4
100+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
101101
with:
102102
token: ${{ github.token }}
103103

.github/workflows/diracx-web-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "DIRACX_URL=https://$(ifconfig | grep 'inet ' | awk '{ print $2 }' | grep -v '^127' | head -n 1 | cut -d '/' -f 1).nip.io:8000" >> $GITHUB_ENV
5858

5959
- name: Start Cypress
60-
uses: cypress-io/github-action@v6
60+
uses: cypress-io/github-action@c495c3ddffba403ba11be95fffb67e25203b3799 # v7.1.10
6161
with:
6262
browser: chrome
6363
config: baseUrl=${{ env.DIRACX_URL }}

.github/workflows/gubbins-test.yml

Lines changed: 4 additions & 4 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
@@ -279,7 +279,7 @@ jobs:
279279

280280
# Run e2e tests with Cypress
281281
- name: Start Cypress
282-
uses: cypress-io/github-action@v6
282+
uses: cypress-io/github-action@c495c3ddffba403ba11be95fffb67e25203b3799 # v7.1.10
283283
with:
284284
browser: chrome
285285
config: baseUrl=${{ env.DIRACX_URL }}

0 commit comments

Comments
 (0)