mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 14:05:41 -04:00
Compare commits
1 Commits
renovate/e
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aabe6b341 |
2
.github/workflows/cache-clean.yml
vendored
2
.github/workflows/cache-clean.yml
vendored
@@ -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
|
||||||
|
|||||||
6
.github/workflows/deploy-docker-all.yml
vendored
6
.github/workflows/deploy-docker-all.yml
vendored
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/deploy-docker-gitea.yml
vendored
2
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/deploy-docker-github.yml
vendored
2
.github/workflows/deploy-docker-github.yml
vendored
@@ -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: |
|
||||||
|
|||||||
16
.github/workflows/issues-new.yml
vendored
16
.github/workflows/issues-new.yml
vendored
@@ -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: |
|
||||||
|
|||||||
6
.github/workflows/issues-scan.yml
vendored
6
.github/workflows/issues-scan.yml
vendored
@@ -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: |
|
||||||
|
|||||||
4
.github/workflows/issues-stale.yml
vendored
4
.github/workflows/issues-stale.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/labels-clean.yml
vendored
2
.github/workflows/labels-clean.yml
vendored
@@ -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: |
|
||||||
|
|||||||
2
.github/workflows/labels-create.yml
vendored
2
.github/workflows/labels-create.yml
vendored
@@ -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: |
|
||||||
|
|||||||
8
tvapp2/package-lock.json
generated
8
tvapp2/package-lock.json
generated
@@ -1628,9 +1628,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-promise": {
|
"node_modules/eslint-plugin-promise": {
|
||||||
"version": "7.3.0",
|
"version": "7.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz",
|
||||||
"integrity": "sha512-6uGiOR0INuujr6PEQmeSSP7GbIMJ/ebEXXiEzb/nOj68LknH5Pxzb/AbZivmr6VE6TkTE8rTjRK9zhKpK6HsRA==",
|
"integrity": "sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -1643,7 +1643,7 @@
|
|||||||
"url": "https://opencollective.com/eslint"
|
"url": "https://opencollective.com/eslint"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-scope": {
|
"node_modules/eslint-scope": {
|
||||||
|
|||||||
Reference in New Issue
Block a user