Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
33556e9268 chore(deps): update actions/setup-node action to v6 2026-04-22 01:58:12 +00:00
10 changed files with 23 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -295,7 +295,7 @@ jobs:
- name: >-
🏷️ Verify Existing Labels
id: task_label_create_verify
uses: actions/github-script@v9
uses: actions/github-script@v7
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: |
@@ -470,7 +470,7 @@ jobs:
- name: >-
🏷️ Get Issue Title
uses: actions/github-script@v9
uses: actions/github-script@v7
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@v9
uses: actions/github-script@v7
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@v9
uses: actions/github-script@v7
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@v9
uses: actions/github-script@v7
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@v9
uses: actions/github-script@v7
id: task_issues_urgent
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
@@ -1219,7 +1219,7 @@ jobs:
- name: >-
👄 Search Phrases
uses: actions/github-script@v9
uses: actions/github-script@v7
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: |
@@ -1301,7 +1301,7 @@ jobs:
- name: >-
✍️ Set Assignees
uses: actions/github-script@v9
uses: actions/github-script@v7
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: |

View File

@@ -300,7 +300,7 @@ jobs:
- name: >-
🎫 Labels Verify Existing
uses: actions/github-script@v9
uses: actions/github-script@v7
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@v9
uses: actions/github-script@v7
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
script: |
@@ -399,7 +399,7 @@ jobs:
- name: >-
⚙️ Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
# #
# PR Scan Get List of Changed Files
@@ -453,7 +453,7 @@ jobs:
- name: >-
☑️ Run Autocheck
uses: actions/github-script@v9
uses: actions/github-script@v7
with:
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
script: |

View File

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

View File

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

View File

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