@@ -177,7 +177,7 @@ const webApps = [
177
177
const githubActions = [
178
178
{
179
179
name : 'VirusTotal Scan' ,
180
- url : 'https://github.com/cssnr /virustotal-action' ,
180
+ url : 'https://github.com/marketplace/actions /virustotal-action' ,
181
181
description :
182
182
'Scan Release Artifacts with VirusTotal and Update Release Notes.' ,
183
183
links : {
@@ -186,6 +186,18 @@ const githubActions = [
186
186
} ,
187
187
fa : 'faJs' ,
188
188
} ,
189
+ {
190
+ name : 'Update Version Tags' ,
191
+ url : 'https://github.com/marketplace/actions/update-version-tags-action' ,
192
+ description :
193
+ 'Update Version Tags on Push or Release for Semantic Versions..' ,
194
+ links : {
195
+ Actions :
196
+ 'https://github.com/marketplace/actions/update-version-tags-action' ,
197
+ GitHub : 'https://github.com/cssnr/update-version-tags-action' ,
198
+ } ,
199
+ fa : 'faJs' ,
200
+ } ,
189
201
{
190
202
name : 'Stack Deploy' ,
191
203
url : 'https://github.com/cssnr/stack-deploy-action' ,
@@ -197,13 +209,13 @@ const githubActions = [
197
209
fa : 'faShell' ,
198
210
} ,
199
211
{
200
- name : 'Mozilla Addon Update File ' ,
201
- url : 'https://github.com/cssnr /mozilla-addon-update-action' ,
212
+ name : 'Mozilla Addon Update' ,
213
+ url : 'https://github.com/marketplace/actions /mozilla-addon-update-action' ,
202
214
description :
203
215
'Update the Mozilla Firefox Update JSON File after a Release.' ,
204
216
links : {
205
217
Actions :
206
- 'https://github.com/marketplace/actions/update- mozilla-update-json ' ,
218
+ 'https://github.com/marketplace/actions/mozilla-addon- update-action ' ,
207
219
GitHub : 'https://github.com/cssnr/mozilla-addon-update-action' ,
208
220
} ,
209
221
fa : 'faPython' ,
0 commit comments