From 94a431923d7dba99e65e414f9d15d95d562e127a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:47:44 +0000 Subject: Bump cardinalby/schema-validator-action from 1.1.1 to 3.0.0 Bumps [cardinalby/schema-validator-action](https://github.com/cardinalby/schema-validator-action) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/cardinalby/schema-validator-action/releases) - [Commits](https://github.com/cardinalby/schema-validator-action/compare/c2da05377e89dd0c9b7be9420da0b3534b1efcce...8407573c2627c5159428cf9fa3770d13b2360a27) --- updated-dependencies: - dependency-name: cardinalby/schema-validator-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c62c9893..bce6a2f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: CI: true - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@c2da05377e89dd0c9b7be9420da0b3534b1efcce # pin@v1 + uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # pin@v1 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" -- cgit v1.2.3 From ea1c147730bef183855f5dc079c9a2d19e1c623e Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sun, 1 Oct 2023 12:42:27 +0900 Subject: Turn on lax mode, fix version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bce6a2f1..aee22e44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,10 +47,11 @@ jobs: CI: true - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # pin@v1 + uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # v3 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" + mode: lax - name: Build run: npm run test-build -- cgit v1.2.3 From 7a3905f2398df08a3529fc771604ac96fe9c6e3b Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 21 Oct 2023 12:22:54 +0900 Subject: Update schema-validator-action to 3.1.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18189b6d..0254cbaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: run: npm run build - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@8407573c2627c5159428cf9fa3770d13b2360a27 # v3 + uses: cardinalby/schema-validator-action@76c68bfc941bd2dc82859f2528984999d1df36a4 # v3.1.0 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" - mode: lax \ No newline at end of file + fixSchemas: true -- cgit v1.2.3