Skip to content

Commit 83dcaeb

Browse files
committed
Update Actions
1 parent ba56d50 commit 83dcaeb

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

js/config.js

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const webApps = [
177177
const githubActions = [
178178
{
179179
name: 'VirusTotal Scan',
180-
url: 'https://github.com/cssnr/virustotal-action',
180+
url: 'https://github.com/marketplace/actions/virustotal-action',
181181
description:
182182
'Scan Release Artifacts with VirusTotal and Update Release Notes.',
183183
links: {
@@ -186,6 +186,18 @@ const githubActions = [
186186
},
187187
fa: 'faJs',
188188
},
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+
},
189201
{
190202
name: 'Stack Deploy',
191203
url: 'https://github.com/cssnr/stack-deploy-action',
@@ -197,13 +209,13 @@ const githubActions = [
197209
fa: 'faShell',
198210
},
199211
{
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',
202214
description:
203215
'Update the Mozilla Firefox Update JSON File after a Release.',
204216
links: {
205217
Actions:
206-
'https://github.com/marketplace/actions/update-mozilla-update-json',
218+
'https://github.com/marketplace/actions/mozilla-addon-update-action',
207219
GitHub: 'https://github.com/cssnr/mozilla-addon-update-action',
208220
},
209221
fa: 'faPython',

0 commit comments

Comments
 (0)