mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-29 20:16:10 +00:00
Compare commits
116 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01250d9f1c | |||
| c3cb06d5de | |||
| d358b8c617 | |||
| 8e01e5c619 | |||
| 57ded4d11b | |||
| 78a8ff790d | |||
| bfe1488ad9 | |||
| ad8225e1b4 | |||
| 0981445790 | |||
| 5f53ed5909 | |||
| 8261c7777f | |||
| 499ec2d755 | |||
| 6ec1bace19 | |||
| 9619993601 | |||
| 3966c2d165 | |||
| 62ef88338f | |||
| 4be729eb70 | |||
| b907db21e9 | |||
| 84c0ae2a48 | |||
| c7898b9e98 | |||
| 0b50d2a0f3 | |||
| 5e3e4fb062 | |||
| c80f86e869 | |||
| 487cd5be31 | |||
| 1386637107 | |||
| 9f1ab302fe | |||
| 95ebae2fe3 | |||
| dcc96332cd | |||
| 863943a725 | |||
| df3de4e86b | |||
| 8ed78940b4 | |||
| 4d3a9f5d04 | |||
| c93387eb6e | |||
| ce33f0760d | |||
| 38978a58c6 | |||
| b9cf8c7775 | |||
| c7c75998ce | |||
| 502b4b2df1 | |||
| 1e3157ae5e | |||
| e7d29dc3a5 | |||
| b39d961d9e | |||
| f32e10cd69 | |||
| 6f74f28b44 | |||
| fb121dd610 | |||
| 4ea1321bb7 | |||
| 7eb3775757 | |||
| 9068d18d46 | |||
| ba2472f807 | |||
| ff38dafb6c | |||
| 0072e1f016 | |||
| bff109d28b | |||
| 92d72a1704 | |||
| 041689d9bf | |||
| a1eb2ff922 | |||
| 9d0a255b44 | |||
| 23e4cfbb67 | |||
| 8e66f163a7 | |||
| 0fe365dd53 | |||
| b756c35cc0 | |||
| c28578b884 | |||
| 7314303352 | |||
| c3c28e5867 | |||
| e54206b170 | |||
| b8aef28c37 | |||
| e7f7e8ce8d | |||
| cad12c3c88 | |||
| 3ea55e9077 | |||
| a33c5eb774 | |||
| 03655ef982 | |||
| 1aa9dc3b1b | |||
| c75e2544e7 | |||
| d867c4200e | |||
| fc0d210aa3 | |||
| f78c42844d | |||
| b46a5d90cf | |||
| f9672224e4 | |||
| 1f1618c4bf | |||
| 71c9fc2889 | |||
| 13e0971b8a | |||
| 6ce59ec4a2 | |||
| b7fd5c4c6a | |||
| 1054dbdfc2 | |||
| 876817c91b | |||
| cd91b11888 | |||
| 2b41f22eaa | |||
| 1b5d8455bc | |||
| f2ef552e61 | |||
| e0c3140bb6 | |||
| 80fd7c40e4 | |||
| c81151aea9 | |||
| 18e73efb33 | |||
| 1e68c6125f | |||
| c0d2c061d6 | |||
| 8c70d356db | |||
| 2a18b05348 | |||
| 90ab3fe786 | |||
| 5d79d36aba | |||
| e727b78bfd | |||
| 7a7941bb7c | |||
| 0446bf807d | |||
| e727723e25 | |||
| f98783cd99 | |||
| f11995825b | |||
| 2d61aaad20 | |||
| 62727e3361 | |||
| 5f2fffd67d | |||
| 8ff25dc52a | |||
| 737c5370a4 | |||
| 9e64b3f219 | |||
| 757710b4ee | |||
| e3309abbac | |||
| d4a4c40a3f | |||
| 36a9a156cf | |||
| 2216b7d9d6 | |||
| 0f4db7a134 | |||
| 9c9a07ab7a |
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -12,9 +12,9 @@ jobs:
|
||||
if: |
|
||||
!contains(github.event.pull_request.labels.*.name, 'ignore-ota-workflow')
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Check OTA PR
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {checkOtaPR} = await import("${{ github.workspace }}/dist/ghw_check_ota_pr.js")
|
||||
|
||||
@@ -10,9 +10,9 @@ jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
|
||||
@@ -12,9 +12,9 @@ jobs:
|
||||
concat-cacerts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Concat CACerts
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {concatCaCerts} = await import("${{ github.workspace }}/dist/ghw_concat_cacerts.js")
|
||||
|
||||
@@ -15,9 +15,9 @@ jobs:
|
||||
overwrite-cache:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Overwrite cache
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {overwriteCache} = await import("${{ github.workspace }}/dist/gwh_overwrite_cache.js")
|
||||
|
||||
@@ -17,9 +17,9 @@ jobs:
|
||||
if: |
|
||||
github.event.workflow_run.event == 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Check OTA PR
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {reportOtaPR} = await import("${{ github.workspace }}/dist/ghw_report_ota_pr.js")
|
||||
|
||||
@@ -21,9 +21,9 @@ jobs:
|
||||
reprocess-all-images:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
git checkout -b $branch_name
|
||||
|
||||
- name: Reprocess
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
env:
|
||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||
with:
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
git push -u origin HEAD
|
||||
|
||||
- name: Create pull request
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {createPRToDefault} = await import("${{ github.workspace }}/dist/ghw_create_pr_to_default.js")
|
||||
|
||||
@@ -27,9 +27,9 @@ jobs:
|
||||
run-autodl:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Run Autodl
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
env:
|
||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||
PREV: ${{ inputs.prev == 'true' && '1' || '' }}
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
identifyStacks(github, core, context)
|
||||
|
||||
- name: Create Autodl release
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {createAutodlRelease} = await import("${{ github.workspace }}/dist/ghw_create_autodl_release.js")
|
||||
|
||||
@@ -10,9 +10,9 @@ jobs:
|
||||
run-autodl:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Run Autodl
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
env:
|
||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||
with:
|
||||
|
||||
@@ -17,9 +17,9 @@ jobs:
|
||||
update-manifests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
git pull
|
||||
|
||||
- name: Update manifests
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const {updateManifests} = await import("${{ github.workspace }}/dist/ghw_update_manifests.js")
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user