Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
3aabe6b341 chore(deps): update actions/github-script action to v9 2026-04-21 21:54:19 +00:00
12 changed files with 34 additions and 45 deletions

View File

@@ -248,7 +248,7 @@ jobs:
- name: >- - name: >-
🪣 Cache Clean 🪣 Cache Clean
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
script: | script: |
try try

View File

@@ -427,7 +427,7 @@ jobs:
- name: '📄 Cache README.md' - name: '📄 Cache README.md'
id: task_release_gh_readme_cache id: task_release_gh_readme_cache
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }} github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
script: | script: |
@@ -886,7 +886,7 @@ jobs:
- name: '📄 Cache README.md' - name: '📄 Cache README.md'
id: task_release_dh_readme_cache id: task_release_dh_readme_cache
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }} github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
script: | script: |
@@ -1332,7 +1332,7 @@ jobs:
- name: '📄 Cache README.md' - name: '📄 Cache README.md'
id: task_release_gi_readme_cache id: task_release_gi_readme_cache
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }} github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
script: | script: |

View File

@@ -589,7 +589,7 @@ jobs:
- name: '📄 Cache README.md' - name: '📄 Cache README.md'
id: task_release_dh_readme_cache id: task_release_dh_readme_cache
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }} github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
script: | script: |

View File

@@ -632,7 +632,7 @@ jobs:
- name: '📄 Cache README.md' - name: '📄 Cache README.md'
id: task_release_gi_readme_cache id: task_release_gi_readme_cache
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }} github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
script: | script: |

View File

@@ -583,7 +583,7 @@ jobs:
- name: '📄 Cache README.md' - name: '📄 Cache README.md'
id: task_release_gh_readme_cache id: task_release_gh_readme_cache
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }} github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
script: | script: |

View File

@@ -295,7 +295,7 @@ jobs:
- name: >- - name: >-
🏷️ Verify Existing Labels 🏷️ Verify Existing Labels
id: task_label_create_verify id: task_label_create_verify
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |
@@ -470,7 +470,7 @@ jobs:
- name: >- - name: >-
🏷️ Get Issue Title 🏷️ Get Issue Title
uses: actions/github-script@v7 uses: actions/github-script@v9
id: task_get_title id: task_get_title
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
@@ -505,7 +505,7 @@ jobs:
- name: >- - name: >-
🏷️ ${{ env.PREFIX_BUG }} Assignment 🏷️ ${{ env.PREFIX_BUG }} Assignment
uses: actions/github-script@v7 uses: actions/github-script@v9
id: task_issues_bugs id: task_issues_bugs
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
@@ -677,7 +677,7 @@ jobs:
- name: >- - name: >-
🏷️ ${{ env.PREFIX_FEATURE }} Assignment 🏷️ ${{ env.PREFIX_FEATURE }} Assignment
uses: actions/github-script@v7 uses: actions/github-script@v9
id: task_issues_features id: task_issues_features
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
@@ -850,7 +850,7 @@ jobs:
- name: >- - name: >-
🏷️ ${{ env.PREFIX_ROADMAP }} Assignment 🏷️ ${{ env.PREFIX_ROADMAP }} Assignment
uses: actions/github-script@v7 uses: actions/github-script@v9
id: task_issues_roadmap id: task_issues_roadmap
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
@@ -1029,7 +1029,7 @@ jobs:
- name: >- - name: >-
🏷️ ${{ env.PREFIX_URGENT }} Assignment 🏷️ ${{ env.PREFIX_URGENT }} Assignment
uses: actions/github-script@v7 uses: actions/github-script@v9
id: task_issues_urgent id: task_issues_urgent
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
@@ -1219,7 +1219,7 @@ jobs:
- name: >- - name: >-
👄 Search Phrases 👄 Search Phrases
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |
@@ -1301,7 +1301,7 @@ jobs:
- name: >- - name: >-
✍️ Set Assignees ✍️ Set Assignees
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |

View File

@@ -300,7 +300,7 @@ jobs:
- name: >- - name: >-
🎫 Labels Verify Existing 🎫 Labels Verify Existing
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |
@@ -340,7 +340,7 @@ jobs:
- name: >- - name: >-
#️⃣ Pull-Request ID Set #️⃣ Pull-Request ID Set
id: task_prscan_issue_num_set id: task_prscan_issue_num_set
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |
@@ -453,7 +453,7 @@ jobs:
- name: >- - name: >-
☑️ Run Autocheck ☑️ Run Autocheck
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
script: | script: |

View File

@@ -316,7 +316,7 @@ jobs:
- name: >- - name: >-
🎫 Labels Verify Existing 🎫 Labels Verify Existing
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |
@@ -492,7 +492,7 @@ jobs:
- name: >- - name: >-
🎫 Labels Check 🎫 Labels Check
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |

View File

@@ -279,7 +279,7 @@ jobs:
- name: >- - name: >-
🏷️ Delete Existing Labels 🏷️ Delete Existing Labels
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |

View File

@@ -327,7 +327,7 @@ jobs:
- name: >- - name: >-
🏷️ Verify Existing Labels 🏷️ Verify Existing Labels
id: task_label_verify_existing id: task_label_verify_existing
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }} github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: | script: |

View File

@@ -25,7 +25,7 @@
"@stylistic/eslint-plugin": "^5.0.0", "@stylistic/eslint-plugin": "^5.0.0",
"@types/uuid": "^11.0.0", "@types/uuid": "^11.0.0",
"all-contributors-cli": "^6.26.1", "all-contributors-cli": "^6.26.1",
"env-cmd": "^11.0.0", "env-cmd": "^10.1.0",
"eslint": "^9.28.0", "eslint": "^9.28.0",
"eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-chai-friendly": "^1.1.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
@@ -81,16 +81,6 @@
"node": ">=6.9.0" "node": ">=6.9.0"
} }
}, },
"node_modules/@commander-js/extra-typings": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-13.1.0.tgz",
"integrity": "sha512-q5P52BYb1hwVWE6dtID7VvuJWrlfbCv4klj7BjUUOqMz4jbSZD4C9fJ9lRjL2jnBGTg+gDDlaXN51rkWcLk4fg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"commander": "~13.1.0"
}
},
"node_modules/@eslint-community/eslint-utils": { "node_modules/@eslint-community/eslint-utils": {
"version": "4.9.1", "version": "4.9.1",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
@@ -871,13 +861,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/commander": { "node_modules/commander": {
"version": "13.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">= 6"
} }
}, },
"node_modules/concat-map": { "node_modules/concat-map": {
@@ -1176,21 +1166,20 @@
} }
}, },
"node_modules/env-cmd": { "node_modules/env-cmd": {
"version": "11.0.0", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/env-cmd/-/env-cmd-11.0.0.tgz", "resolved": "https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz",
"integrity": "sha512-gnG7H1PlwPqsGhFJNTv68lsDGyQdK+U9DwLVitcj1+wGq7LeOBgUzZd2puZ710bHcH9NfNeGWe2sbw7pdvAqDw==", "integrity": "sha512-mMdWTT9XKN7yNth/6N6g2GuKuJTsKMDHlQFUDacb/heQRRWOTIZ42t1rMHnQu4jYxU1ajdTeJM+9eEETlqToMA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@commander-js/extra-typings": "^13.1.0", "commander": "^4.0.0",
"commander": "^13.1.0", "cross-spawn": "^7.0.0"
"cross-spawn": "^7.0.6"
}, },
"bin": { "bin": {
"env-cmd": "bin/env-cmd.js" "env-cmd": "bin/env-cmd.js"
}, },
"engines": { "engines": {
"node": ">=20.10.0" "node": ">=8.0.0"
} }
}, },
"node_modules/es-abstract": { "node_modules/es-abstract": {

View File

@@ -89,7 +89,7 @@
"@types/uuid": "^11.0.0", "@types/uuid": "^11.0.0",
"all-contributors-cli": "^6.26.1", "all-contributors-cli": "^6.26.1",
"uuid": "^13.0.0", "uuid": "^13.0.0",
"env-cmd": "^11.0.0", "env-cmd": "^10.1.0",
"eslint": "^9.28.0", "eslint": "^9.28.0",
"eslint-plugin-chai-friendly": "^1.1.0", "eslint-plugin-chai-friendly": "^1.1.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",