@@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1717
1818 - name : Setup Node.js
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020 with :
2121 node-version : ' 20'
2222 cache : ' npm'
2929 run : cd frontend && npm run build
3030
3131 - name : Upload frontend artifact
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3333 with :
3434 name : frontend-dist-e2e
3535 path : frontend/dist/
@@ -52,10 +52,10 @@ jobs:
5252
5353 steps :
5454 - name : Checkout code
55- uses : actions/checkout@v4
55+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5656
5757 - name : Set up Go
58- uses : actions/setup-go@v5
58+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
5959 with :
6060 go-version : ${{ matrix.go-version }}
6161 cache : true
6767 run : go mod verify
6868
6969 - name : Download frontend artifact
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7171 with :
7272 name : frontend-dist-e2e
7373 path : frontend/dist
@@ -176,16 +176,16 @@ jobs:
176176
177177 steps :
178178 - name : Checkout code
179- uses : actions/checkout@v4
179+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
180180
181181 - name : Set up Go
182- uses : actions/setup-go@v5
182+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
183183 with :
184184 go-version : " 1.25"
185185 cache : true
186186
187187 - name : Download frontend artifact
188- uses : actions/download-artifact@v4
188+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
189189 with :
190190 name : frontend-dist-e2e
191191 path : frontend/dist
@@ -239,7 +239,7 @@ jobs:
239239 go tool cover -html=coverage-logs.out -o coverage-logs.html
240240
241241 - name : Upload coverage reports
242- uses : codecov/codecov-action@v3
242+ uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
243243 with :
244244 file : ./coverage.out
245245 flags : e2e-tests
@@ -272,16 +272,16 @@ jobs:
272272
273273 steps :
274274 - name : Checkout code
275- uses : actions/checkout@v4
275+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
276276
277277 - name : Set up Go
278- uses : actions/setup-go@v5
278+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
279279 with :
280280 go-version : " 1.25"
281281 cache : true
282282
283283 - name : Download frontend artifact
284- uses : actions/download-artifact@v4
284+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
285285 with :
286286 name : frontend-dist-e2e
287287 path : frontend/dist
@@ -433,10 +433,10 @@ jobs:
433433
434434 steps :
435435 - name : Checkout code
436- uses : actions/checkout@v4
436+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
437437
438438 - name : Set up Go
439- uses : actions/setup-go@v5
439+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
440440 with :
441441 go-version : " 1.25"
442442 cache : true
@@ -460,16 +460,16 @@ jobs:
460460
461461 steps :
462462 - name : Checkout code
463- uses : actions/checkout@v4
463+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
464464
465465 - name : Set up Go
466- uses : actions/setup-go@v5
466+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
467467 with :
468468 go-version : " 1.25"
469469 cache : true
470470
471471 - name : Download frontend artifact
472- uses : actions/download-artifact@v4
472+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
473473 with :
474474 name : frontend-dist-e2e
475475 path : frontend/dist
0 commit comments