8
8
branches : ['**']
9
9
paths : ['examples/xxx/**']
10
10
11
+ permissions :
12
+ pull-requests : write # required for Danger to post comments
13
+ statuses : write # required for Danger to post commit statuses
14
+
11
15
concurrency :
12
16
group : ${{ github.workflow }}-${{ github.ref }}
13
17
cancel-in-progress : ${{ !contains(github.ref, 'main')}}
@@ -18,13 +22,13 @@ jobs:
18
22
runs-on : ubuntu-latest
19
23
steps :
20
24
- name : Checkout
21
- uses : actions/checkout@v4
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22
26
23
27
- name : Enable Corepack
24
28
run : corepack enable
25
29
26
30
- name : Setup Node.js
27
- uses : actions/setup-node@v4
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
28
32
with :
29
33
node-version : 20.x
30
34
cache : ' yarn'
@@ -54,13 +58,13 @@ jobs:
54
58
runs-on : ubuntu-latest
55
59
steps :
56
60
- name : Checkout
57
- uses : actions/checkout@v4
61
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
58
62
59
63
- name : Enable Corepack
60
64
run : corepack enable
61
65
62
66
- name : Setup Node.js
63
- uses : actions/setup-node@v4
67
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
64
68
with :
65
69
node-version : 20.x
66
70
cache : ' yarn'
@@ -87,13 +91,13 @@ jobs:
87
91
runs-on : ubuntu-latest
88
92
steps :
89
93
- name : Checkout
90
- uses : actions/checkout@v4
94
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
91
95
92
96
- name : Enable Corepack
93
97
run : corepack enable
94
98
95
99
- name : Setup Node.js
96
- uses : actions/setup-node@v4
100
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
97
101
with :
98
102
node-version : 20.x
99
103
cache : ' yarn'
@@ -123,13 +127,13 @@ jobs:
123
127
runs-on : ubuntu-latest
124
128
steps :
125
129
- name : Checkout
126
- uses : actions/checkout@v4
130
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
127
131
128
132
- name : Enable Corepack
129
133
run : corepack enable
130
134
131
135
- name : Setup Node.js
132
- uses : actions/setup-node@v4
136
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
133
137
with :
134
138
node-version : 20.x
135
139
cache : ' yarn'
0 commit comments