Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/1-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/2-dependabot-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-]+)*))?"'
Expand All @@ -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-]+)*))?'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/3-dependabot-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-]+)*))?"'
Expand All @@ -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-]+)*))?'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4-dependabot-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down