From b4b94a7289850bd69467cd3d92bf34671bfeecd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:07:46 +0000 Subject: [PATCH] Bump skills/action-keyphrase-checker from 1 to 2 Bumps [skills/action-keyphrase-checker](https://github.com/skills/action-keyphrase-checker) from 1 to 2. - [Release notes](https://github.com/skills/action-keyphrase-checker/releases) - [Commits](https://github.com/skills/action-keyphrase-checker/compare/v1...v2) --- updated-dependencies: - dependency-name: skills/action-keyphrase-checker dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/1-dependency-graph.yml | 2 +- .github/workflows/2-dependabot-alerts.yml | 4 ++-- .github/workflows/3-dependabot-security.yml | 4 ++-- .github/workflows/4-dependabot-versions.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/1-dependency-graph.yml b/.github/workflows/1-dependency-graph.yml index f10a2be..20b05a8 100644 --- a/.github/workflows/1-dependency-graph.yml +++ b/.github/workflows/1-dependency-graph.yml @@ -79,7 +79,7 @@ jobs: - name: Check package-lock.json id: check-keyphrase continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: ${{ env.FOLLOW_REDIRECTS_FILE }} keyphrase: "1\\.14\\.1" diff --git a/.github/workflows/2-dependabot-alerts.yml b/.github/workflows/2-dependabot-alerts.yml index b98eb30..eae3476 100644 --- a/.github/workflows/2-dependabot-alerts.yml +++ b/.github/workflows/2-dependabot-alerts.yml @@ -67,7 +67,7 @@ jobs: - name: Check package.json for minimist version other than 1.2.5 id: check-package-json continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: ${{ env.PACKAGE_JSON }} keyphrase: '"minimist":[\t\n\r ]*"\^(?!1\.2\.[0-5])(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?"' @@ -77,7 +77,7 @@ jobs: - name: Check package-lock.json for minimist version other than 1.2.5 id: check-package-lock-json continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: ${{ env.PACKAGE_LOCK_JSON }} keyphrase: 'minimist-(?!1\.2\.[0-5])(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?' diff --git a/.github/workflows/3-dependabot-security.yml b/.github/workflows/3-dependabot-security.yml index f466e03..834e1a3 100644 --- a/.github/workflows/3-dependabot-security.yml +++ b/.github/workflows/3-dependabot-security.yml @@ -67,7 +67,7 @@ jobs: - name: Check package.json for axios version other than 0.21.1 id: check-package-json continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: ${{ env.PACKAGE_JSON }} keyphrase: '"axios":[\t\n\r ]*"\^(?!0\.21\.[01])(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?"' @@ -77,7 +77,7 @@ jobs: - name: Check package-lock.json for axios version other than 0.21.1 id: check-package-lock-json continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: ${{ env.PACKAGE_LOCK_JSON }} keyphrase: 'axios-(?!0\.21\.[01])(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-((?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?' diff --git a/.github/workflows/4-dependabot-versions.yml b/.github/workflows/4-dependabot-versions.yml index 22a37df..1bb5888 100644 --- a/.github/workflows/4-dependabot-versions.yml +++ b/.github/workflows/4-dependabot-versions.yml @@ -67,7 +67,7 @@ jobs: - name: Check .github/dependabot.yml id: check-dependabot-file continue-on-error: true - uses: skills/action-keyphrase-checker@v1 + uses: skills/action-keyphrase-checker@v2 with: text-file: ${{ env.DEPENDABOT_FILE }} keyphrase: ${{ env.DEPENDABOT_KEYPHRASE }}