File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
issues : write
13
13
steps :
14
14
- name : Create team sync issue
15
- uses : imjohnbo/issue-bot@v3 .4
15
+ uses : imjohnbo/issue-bot@572eed14422c4d6ca37e870f97e7da209422f5bd # v3.4 .4
16
16
with :
17
17
assignees : " azu"
18
18
labels : " Type: Release"
Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
with :
20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
22
22
- name : Setup Node.js
23
- uses : actions/setup-node@v4
23
+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
24
24
with :
25
25
registry-url : ' https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN
26
26
node-version : 18
27
27
- name : Install Dependencies
28
28
run : yarn install
29
29
- name : Create Release Pull Request or Publish to npm
30
30
id : changesets
31
- uses : changesets/action@v1
31
+ uses : changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
32
32
with :
33
33
publish : yarn run release
34
34
env :
Original file line number Diff line number Diff line change 11
11
node_version : [ 20, 22, 24 ]
12
12
steps :
13
13
- name : checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
- name : setup Node.js ${{ matrix.node_version }}
16
- uses : actions/setup-node@v4
16
+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
17
17
with :
18
18
node_version : ${{ matrix.node_version }}
19
19
- name : Install
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v4
14
+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
15
15
with :
16
16
node-version : 18
17
17
- name : Set Env
27
27
CURRENT_VERSION : ${{ env.CURRENT_VERSION }}
28
28
working-directory : example/
29
29
- name : Deploy
30
- uses : peaceiris/actions-gh-pages@v4
30
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
31
31
with :
32
32
github_token : ${{ secrets.GITHUB_TOKEN }}
33
33
publish_dir : ./example/dist
You can’t perform that action at this time.
0 commit comments