32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : Setup Node.js
37
- uses : actions/setup-node@v3
37
+ uses : actions/setup-node@v4
38
38
with :
39
39
node-version : 16
40
40
cache : ' npm'
48
48
with :
49
49
markdown : " [${{github.event.issue.title}}](${{github.event.issue.html_url}}) \n ${{github.event.issue.body}}"
50
50
- name : Send info about issue
51
- uses : rtCamp/action-slack-notify@v2
51
+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
52
52
env :
53
53
SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
54
54
SLACK_TITLE : 🆘 New issue that requires TSC Members attention 🆘
61
61
run : npm install
62
62
working-directory : ./.github/workflows/scripts/mailchimp
63
63
- name : Send email with MailChimp
64
- uses : actions/github-script@v6
64
+ uses : actions/github-script@v7
65
65
env :
66
66
CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
67
67
CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Checkout repository
80
- uses : actions/checkout@v3
80
+ uses : actions/checkout@v4
81
81
- name : Setup Node.js
82
- uses : actions/setup-node@v3
82
+ uses : actions/setup-node@v4
83
83
with :
84
84
node-version : 16
85
85
cache : ' npm'
93
93
with :
94
94
markdown : " [${{github.event.pull_request.title}}](${{github.event.pull_request.html_url}}) \n ${{github.event.pull_request.body}}"
95
95
- name : Send info about pull request
96
- uses : rtCamp/action-slack-notify@v2
96
+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
97
97
env :
98
98
SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
99
99
SLACK_TITLE : 🆘 New PR that requires TSC Members attention 🆘
@@ -106,7 +106,7 @@ jobs:
106
106
run : npm install
107
107
working-directory : ./.github/workflows/scripts/mailchimp
108
108
- name : Send email with MailChimp
109
- uses : actions/github-script@v6
109
+ uses : actions/github-script@v7
110
110
env :
111
111
CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
112
112
CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -122,9 +122,9 @@ jobs:
122
122
runs-on : ubuntu-latest
123
123
steps :
124
124
- name : Checkout repository
125
- uses : actions/checkout@v3
125
+ uses : actions/checkout@v4
126
126
- name : Setup Node.js
127
- uses : actions/setup-node@v3
127
+ uses : actions/setup-node@v4
128
128
with :
129
129
node-version : 16
130
130
cache : ' npm'
@@ -138,7 +138,7 @@ jobs:
138
138
with :
139
139
markdown : " [${{github.event.discussion.title}}](${{github.event.discussion.html_url}}) \n ${{github.event.discussion.body}}"
140
140
- name : Send info about pull request
141
- uses : rtCamp/action-slack-notify@v2
141
+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
142
142
env :
143
143
SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
144
144
SLACK_TITLE : 🆘 New discussion that requires TSC Members attention 🆘
@@ -151,7 +151,7 @@ jobs:
151
151
run : npm install
152
152
working-directory : ./.github/workflows/scripts/mailchimp
153
153
- name : Send email with MailChimp
154
- uses : actions/github-script@v6
154
+ uses : actions/github-script@v7
155
155
env :
156
156
CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
157
157
CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -167,9 +167,9 @@ jobs:
167
167
runs-on : ubuntu-latest
168
168
steps :
169
169
- name : Checkout repository
170
- uses : actions/checkout@v3
170
+ uses : actions/checkout@v4
171
171
- name : Setup Node.js
172
- uses : actions/setup-node@v3
172
+ uses : actions/setup-node@v4
173
173
with :
174
174
node-version : 16
175
175
cache : ' npm'
@@ -183,7 +183,7 @@ jobs:
183
183
with :
184
184
markdown : " [${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
185
185
- name : Send info about issue comment
186
- uses : rtCamp/action-slack-notify@v2
186
+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
187
187
env :
188
188
SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
189
189
SLACK_TITLE : 🆘 New comment under existing issue that requires TSC Members attention 🆘
@@ -196,7 +196,7 @@ jobs:
196
196
run : npm install
197
197
working-directory : ./.github/workflows/scripts/mailchimp
198
198
- name : Send email with MailChimp
199
- uses : actions/github-script@v6
199
+ uses : actions/github-script@v7
200
200
env :
201
201
CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
202
202
CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -212,9 +212,9 @@ jobs:
212
212
runs-on : ubuntu-latest
213
213
steps :
214
214
- name : Checkout repository
215
- uses : actions/checkout@v3
215
+ uses : actions/checkout@v4
216
216
- name : Setup Node.js
217
- uses : actions/setup-node@v3
217
+ uses : actions/setup-node@v4
218
218
with :
219
219
node-version : 16
220
220
cache : ' npm'
@@ -228,7 +228,7 @@ jobs:
228
228
with :
229
229
markdown : " [${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
230
230
- name : Send info about PR comment
231
- uses : rtCamp/action-slack-notify@v2
231
+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
232
232
env :
233
233
SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
234
234
SLACK_TITLE : 🆘 New comment under existing PR that requires TSC Members attention 🆘
@@ -241,7 +241,7 @@ jobs:
241
241
run : npm install
242
242
working-directory : ./.github/workflows/scripts/mailchimp
243
243
- name : Send email with MailChimp
244
- uses : actions/github-script@v6
244
+ uses : actions/github-script@v7
245
245
env :
246
246
CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
247
247
CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -257,9 +257,9 @@ jobs:
257
257
runs-on : ubuntu-latest
258
258
steps :
259
259
- name : Checkout repository
260
- uses : actions/checkout@v3
260
+ uses : actions/checkout@v4
261
261
- name : Setup Node.js
262
- uses : actions/setup-node@v3
262
+ uses : actions/setup-node@v4
263
263
with :
264
264
node-version : 16
265
265
cache : ' npm'
@@ -273,7 +273,7 @@ jobs:
273
273
with :
274
274
markdown : " [${{github.event.discussion.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
275
275
- name : Send info about discussion comment
276
- uses : rtCamp/action-slack-notify@v2
276
+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
277
277
env :
278
278
SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
279
279
SLACK_TITLE : 🆘 New comment under existing discussion that requires TSC Members attention 🆘
@@ -286,7 +286,7 @@ jobs:
286
286
run : npm install
287
287
working-directory : ./.github/workflows/scripts/mailchimp
288
288
- name : Send email with MailChimp
289
- uses : actions/github-script@v6
289
+ uses : actions/github-script@v7
290
290
env :
291
291
CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
292
292
CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
0 commit comments