mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 13:05:41 -04:00
Compare commits
1 Commits
renovate/a
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aabe6b341 |
4
.github/workflows/cache-clean.yml
vendored
4
.github/workflows/cache-clean.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -248,7 +248,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🪣 Cache › Clean
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
try
|
||||
|
||||
2
.github/workflows/deploy-clean.yml
vendored
2
.github/workflows/deploy-clean.yml
vendored
@@ -164,7 +164,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
14
.github/workflows/deploy-docker-all.yml
vendored
14
.github/workflows/deploy-docker-all.yml
vendored
@@ -255,7 +255,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_tags_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -327,7 +327,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_gh_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -427,7 +427,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_gh_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
@@ -787,7 +787,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_dh_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -886,7 +886,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_dh_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
@@ -1232,7 +1232,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_gi_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -1332,7 +1332,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_gi_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
|
||||
@@ -199,7 +199,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -392,7 +392,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -589,7 +589,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_dh_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
|
||||
6
.github/workflows/deploy-docker-gitea.yml
vendored
6
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -404,7 +404,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -632,7 +632,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_gi_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
|
||||
6
.github/workflows/deploy-docker-giteacom.yml
vendored
6
.github/workflows/deploy-docker-giteacom.yml
vendored
@@ -200,7 +200,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_tags_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -273,7 +273,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_gh_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# #
|
||||
# Release › Gitea › Get Timestamp
|
||||
@@ -540,7 +540,7 @@ jobs:
|
||||
|
||||
- name: '✅ Checkout'
|
||||
id: task_release_gh_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# #
|
||||
# Release › Gitea › Get Timestamp
|
||||
|
||||
8
.github/workflows/deploy-docker-github.yml
vendored
8
.github/workflows/deploy-docker-github.yml
vendored
@@ -198,7 +198,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -389,7 +389,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -583,7 +583,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_gh_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
@@ -972,7 +972,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '✅ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -185,7 +185,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
2
.github/workflows/gpg-tests.yml
vendored
2
.github/workflows/gpg-tests.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
2
.github/workflows/history-clean.yml
vendored
2
.github/workflows/history-clean.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
22
.github/workflows/issues-new.yml
vendored
22
.github/workflows/issues-new.yml
vendored
@@ -175,7 +175,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -295,7 +295,7 @@ jobs:
|
||||
- name: >-
|
||||
🏷️ Verify Existing Labels
|
||||
id: task_label_create_verify
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -349,7 +349,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -470,7 +470,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ Get Issue Title
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_get_title
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -505,7 +505,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_BUG }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_bugs
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -677,7 +677,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_FEATURE }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_features
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -850,7 +850,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_ROADMAP }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_roadmap
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -1029,7 +1029,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_URGENT }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_urgent
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -1207,7 +1207,7 @@ jobs:
|
||||
- name: >-
|
||||
☑️ Prepare
|
||||
id: issues-labels-check-checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -1219,7 +1219,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
👄 Search Phrases
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -1301,7 +1301,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
✍️ Set Assignees
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
|
||||
10
.github/workflows/issues-scan.yml
vendored
10
.github/workflows/issues-scan.yml
vendored
@@ -175,7 +175,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -300,7 +300,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🎫 Labels › Verify Existing
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -340,7 +340,7 @@ jobs:
|
||||
- name: >-
|
||||
#️⃣ Pull-Request ID › Set
|
||||
id: task_prscan_issue_num_set
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -385,7 +385,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
☑️ Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
if: |
|
||||
( github.event_name == 'pull_request_target' ) || ( github.event_name == 'pull_request' ) || ( github.event_name == 'issue_comment' && contains( github.event.comment.html_url, '/pull/' ) && contains( github.event.comment.body, '/rescan' ) )
|
||||
with:
|
||||
@@ -453,7 +453,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
☑️ Run Autocheck
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
|
||||
script: |
|
||||
|
||||
8
.github/workflows/issues-stale.yml
vendored
8
.github/workflows/issues-stale.yml
vendored
@@ -191,7 +191,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -316,7 +316,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🎫 Labels › Verify Existing
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -371,7 +371,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -492,7 +492,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🎫 Labels › Check
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
|
||||
4
.github/workflows/labels-clean.yml
vendored
4
.github/workflows/labels-clean.yml
vendored
@@ -160,7 +160,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -279,7 +279,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ Delete Existing Labels
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
|
||||
4
.github/workflows/labels-create.yml
vendored
4
.github/workflows/labels-create.yml
vendored
@@ -207,7 +207,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -327,7 +327,7 @@ jobs:
|
||||
- name: >-
|
||||
🏷️ Verify Existing Labels
|
||||
id: task_label_verify_existing
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
|
||||
2
.github/workflows/ping-developer.yml
vendored
2
.github/workflows/ping-developer.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
# #
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -166,7 +166,7 @@ jobs:
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
id: task_initialize_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -229,7 +229,7 @@ jobs:
|
||||
|
||||
- name: '☑️ Checkout'
|
||||
id: task_release_checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user