2525
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
28+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2929 with :
3030 egress-policy : audit
3131
3434 fetch-depth : 0
3535
3636 - name : Use Node.js ${{ matrix.node-version }}
37- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
37+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
3838 with :
3939 node-version : ${{ matrix.node-version }}
4040
@@ -77,20 +77,20 @@ jobs:
7777 run : npm run build-ui
7878
7979 - name : Save build folder
80- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
8181 with :
8282 name : build-ubuntu-node-${{ matrix.node-version }}-mongo-${{ matrix.mongodb-version }}
8383 if-no-files-found : error
8484 path : build
8585
8686 - name : Download the build folders
87- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
87+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
8888 with :
8989 name : build-ubuntu-node-${{ matrix.node-version }}-mongo-${{ matrix.mongodb-version }}
9090 path : build
9191
9292 - name : Run cypress test
93- uses : cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
93+ uses : cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
9494 with :
9595 start : npm start &
9696 wait-on : ' http://localhost:3000'
@@ -103,7 +103,7 @@ jobs:
103103
104104 steps :
105105 - name : Harden Runner
106- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
106+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
107107 with :
108108 egress-policy : audit
109109
@@ -112,7 +112,7 @@ jobs:
112112 fetch-depth : 0
113113
114114 - name : Use Node.js 24.x
115- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
115+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
116116 with :
117117 node-version : 24.x
118118
0 commit comments