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
17 changed files with 53 additions and 53 deletions

View File

@@ -114,7 +114,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -164,7 +164,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -255,7 +255,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_tags_checkout id: task_release_tags_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -327,7 +327,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_gh_checkout id: task_release_gh_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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: |
@@ -787,7 +787,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_dh_checkout id: task_release_dh_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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: |
@@ -1232,7 +1232,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_gi_checkout id: task_release_gi_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -199,7 +199,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -392,7 +392,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -211,7 +211,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -404,7 +404,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -200,7 +200,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_tags_checkout id: task_release_tags_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -273,7 +273,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_gh_checkout id: task_release_gh_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
# # # #
# Release Gitea Get Timestamp # Release Gitea Get Timestamp
@@ -540,7 +540,7 @@ jobs:
- name: '✅ Checkout' - name: '✅ Checkout'
id: task_release_gh_checkout id: task_release_gh_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
# # # #
# Release Gitea Get Timestamp # Release Gitea Get Timestamp

View File

@@ -198,7 +198,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -389,7 +389,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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: |
@@ -972,7 +972,7 @@ jobs:
# # # #
- name: '✅ Checkout' - name: '✅ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -185,7 +185,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -99,7 +99,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -111,7 +111,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -175,7 +175,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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: |
@@ -349,7 +349,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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 }}
@@ -1207,7 +1207,7 @@ jobs:
- name: >- - name: >-
☑️ Prepare ☑️ Prepare
id: issues-labels-check-checkout id: issues-labels-check-checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -175,7 +175,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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: |
@@ -385,7 +385,7 @@ jobs:
- name: >- - name: >-
☑️ Checkout ☑️ Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
if: | 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' ) ) ( 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: with:
@@ -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

@@ -191,7 +191,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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: |
@@ -371,7 +371,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -160,7 +160,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -207,7 +207,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -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

@@ -79,7 +79,7 @@ jobs:
# # # #
- name: '☑️ Checkout' - name: '☑️ Checkout'
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -166,7 +166,7 @@ jobs:
- name: '☑️ Checkout' - name: '☑️ Checkout'
id: task_initialize_checkout id: task_initialize_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -229,7 +229,7 @@ jobs:
- name: '☑️ Checkout' - name: '☑️ Checkout'
id: task_release_checkout id: task_release_checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0