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 }}