From 58a943fcf67ae10bae3b7af6ee22d5a6eeb0faa9 Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:08:32 +0100 Subject: [PATCH 1/8] Update broken-links.yml --- .github/workflows/broken-links.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index fbd4289..5f39cf7 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -1,11 +1,10 @@ -name: broken links? 'on': push: - branches: - - "**" + branches: + - "**" schedule: - - cron: 0 16 * * * - workflow_dispatch: + - cron: 0 14 * * * +name: broken links? jobs: linkChecker: runs-on: ubuntu-latest @@ -13,8 +12,8 @@ jobs: - uses: actions/checkout@v2 - name: Link Checker id: lc - uses: peter-evans/link-checker@v1.2.2 + uses: lycheeverse/lychee-action@v2 with: - args: '-v -r *.md' + args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 - name: Fail? run: 'exit ${{ steps.lc.outputs.exit_code }}' From 2468067e5a6af68ddabf7e5204e93fcd156111fc Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:10:19 +0100 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1750d..b6c6b0c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=coverage)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs) [![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs) [![](https://github.com/Mastercard/client-encryption-nodejs/workflows/broken%20links%3F/badge.svg)](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22broken+links%3F%22) -[![](https://img.shields.io/npm/v/mastercard-client-encryption.svg)](https://www.npmjs.com/package/mastercard-client-encryption) +[![](https://img.shields.io/npm/v/mastercard-client-encryption.svg)](http://www.npmjs.com/package/mastercard-client-encryption) [![](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Mastercard/client-encryption-nodejs/blob/master/LICENSE) ## Table of Contents From 7b908ee834e3c81952f98d33cdc29ccbd1004f93 Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:35:02 +0100 Subject: [PATCH 3/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c6b0c..1dfa2cb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=coverage)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs) [![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-nodejs&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-nodejs) [![](https://github.com/Mastercard/client-encryption-nodejs/workflows/broken%20links%3F/badge.svg)](https://github.com/Mastercard/client-encryption-nodejs/actions?query=workflow%3A%22broken+links%3F%22) -[![](https://img.shields.io/npm/v/mastercard-client-encryption.svg)](http://www.npmjs.com/package/mastercard-client-encryption) +[![](http://img.shields.io/npm/v/mastercard-client-encryption.svg)](http://www.npmjs.com/package/mastercard-client-encryption) [![](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Mastercard/client-encryption-nodejs/blob/master/LICENSE) ## Table of Contents From 9bc7c3ebc0cd0dfacf2c27f404d91a559f4cfe7f Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:39:23 +0100 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dfa2cb..ff30ebd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ As part of this set up, you'll receive: If you want to use **mastercard-client-encryption** with [Node.js](https://nodejs.org/), it is available through `npm`: -- [https://npmjs.org/package/mastercard-client-encryption](https://npmjs.org/package/mastercard-client-encryption) +- [http://npmjs.org/package/mastercard-client-encryption](http://npmjs.org/package/mastercard-client-encryption) Adding the library to your project: From 1215708f1ab75d2e5194b0400c31dc0098775f61 Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:54:01 +0100 Subject: [PATCH 5/8] Update broken-links.yml --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 5f39cf7..7349387 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -14,6 +14,6 @@ jobs: id: lc uses: lycheeverse/lychee-action@v2 with: - args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 + args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 32 - name: Fail? run: 'exit ${{ steps.lc.outputs.exit_code }}' From 412bad7b17aa48e80b9316b0c45aaccefc4b9ff7 Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:54:41 +0100 Subject: [PATCH 6/8] Update broken-links.yml --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 7349387..ae43bff 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -14,6 +14,6 @@ jobs: id: lc uses: lycheeverse/lychee-action@v2 with: - args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 32 + args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 2 - name: Fail? run: 'exit ${{ steps.lc.outputs.exit_code }}' From c723053ee6e191ed41ffc722510c834503cc0042 Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:55:24 +0100 Subject: [PATCH 7/8] Update broken-links.yml --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index ae43bff..cdaf877 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -14,6 +14,6 @@ jobs: id: lc uses: lycheeverse/lychee-action@v2 with: - args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 2 + args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 1 - name: Fail? run: 'exit ${{ steps.lc.outputs.exit_code }}' From deb9c8a6290e03645aabb0e259c09eaf1e2f35ea Mon Sep 17 00:00:00 2001 From: rfeelin Date: Wed, 24 Sep 2025 15:56:29 +0100 Subject: [PATCH 8/8] Update broken-links.yml --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index cdaf877..5f39cf7 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -14,6 +14,6 @@ jobs: id: lc uses: lycheeverse/lychee-action@v2 with: - args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 1 + args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 - name: Fail? run: 'exit ${{ steps.lc.outputs.exit_code }}'