File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 21
21
node : [18, 20]
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
26
- - uses : actions/setup-node@v4
26
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
27
27
with :
28
28
node-version : ${{ matrix.node }}
29
29
cache : yarn
42
42
needs : [build]
43
43
runs-on : ubuntu-24.04
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
47
- - uses : actions/setup-node@v4
47
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
48
48
with :
49
49
node-version : 20
50
50
cache : yarn
64
64
container :
65
65
image : " ubuntu:24.04"
66
66
steps :
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
68
69
69
- name : Install dependencies
70
70
run : |
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- name : Set up QEMU
19
- uses : docker/setup-qemu-action@v3
19
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
20
20
- name : Set up Docker Buildx
21
- uses : docker/setup-buildx-action@v3
21
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
22
22
- name : Log into registry
23
- uses : docker/login-action@v3
23
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
24
24
with :
25
25
username : ${{ secrets.DOCKERHUB_USERNAME }}
26
26
password : ${{ secrets.DOCKERHUB_TOKEN }}
27
27
- name : Docker meta
28
28
id : meta
29
- uses : docker/metadata-action@v5
29
+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
30
30
with :
31
31
images : commitlint/commitlint
32
32
tags : |
35
35
type=ref,event=branch
36
36
type=sha,prefix=,format=short
37
37
- name : Build and push container image
38
- uses : docker/build-push-action@v6
38
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
39
39
with :
40
40
context : .
41
41
file : Dockerfile.ci
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
with :
27
27
fetch-depth : 0
28
28
29
29
- name : Setup Node
30
- uses : actions/setup-node@v4
30
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
31
31
with :
32
32
node-version : 18
33
33
cache : yarn
34
34
35
35
- name : Setup Pages
36
- uses : actions/configure-pages@v5
36
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
37
37
38
38
- name : Install dependencies
39
39
run : yarn install
44
44
touch ./docs/.vitepress/dist/.nojekyll
45
45
46
46
- name : Upload artifact
47
- uses : actions/upload-pages-artifact@v3
47
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
48
48
with :
49
49
path : ./docs/.vitepress/dist
50
50
60
60
steps :
61
61
- name : Deploy to GitHub Pages
62
62
id : deployment
63
- uses : actions/deploy-pages@v4
63
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
You can’t perform that action at this time.
0 commit comments