mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 09:48:42 +00:00
Bump actions/github-script from 8 to 9 (#1136)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/check_ota_pr.yml
vendored
2
.github/workflows/check_ota_pr.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Check OTA PR
|
- name: Check OTA PR
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {checkOtaPR} = await import("${{ github.workspace }}/dist/ghw_check_ota_pr.js")
|
const {checkOtaPR} = await import("${{ github.workspace }}/dist/ghw_check_ota_pr.js")
|
||||||
|
|||||||
2
.github/workflows/concat_cacerts.yml
vendored
2
.github/workflows/concat_cacerts.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Concat CACerts
|
- name: Concat CACerts
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {concatCaCerts} = await import("${{ github.workspace }}/dist/ghw_concat_cacerts.js")
|
const {concatCaCerts} = await import("${{ github.workspace }}/dist/ghw_concat_cacerts.js")
|
||||||
|
|||||||
2
.github/workflows/overwrite_cache.yml
vendored
2
.github/workflows/overwrite_cache.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Overwrite cache
|
- name: Overwrite cache
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {overwriteCache} = await import("${{ github.workspace }}/dist/gwh_overwrite_cache.js")
|
const {overwriteCache} = await import("${{ github.workspace }}/dist/gwh_overwrite_cache.js")
|
||||||
|
|||||||
2
.github/workflows/report_ota_pr.yml
vendored
2
.github/workflows/report_ota_pr.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Check OTA PR
|
- name: Check OTA PR
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {reportOtaPR} = await import("${{ github.workspace }}/dist/ghw_report_ota_pr.js")
|
const {reportOtaPR} = await import("${{ github.workspace }}/dist/ghw_report_ota_pr.js")
|
||||||
|
|||||||
4
.github/workflows/reprocess_all_images.yml
vendored
4
.github/workflows/reprocess_all_images.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
git checkout -b $branch_name
|
git checkout -b $branch_name
|
||||||
|
|
||||||
- name: Reprocess
|
- name: Reprocess
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
env:
|
env:
|
||||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||||
with:
|
with:
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
git push -u origin HEAD
|
git push -u origin HEAD
|
||||||
|
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {createPRToDefault} = await import("${{ github.workspace }}/dist/ghw_create_pr_to_default.js")
|
const {createPRToDefault} = await import("${{ github.workspace }}/dist/ghw_create_pr_to_default.js")
|
||||||
|
|||||||
4
.github/workflows/run_autodl.yml
vendored
4
.github/workflows/run_autodl.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Run Autodl
|
- name: Run Autodl
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
env:
|
env:
|
||||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||||
PREV: ${{ inputs.prev == 'true' && '1' || '' }}
|
PREV: ${{ inputs.prev == 'true' && '1' || '' }}
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
identifyStacks(github, core, context)
|
identifyStacks(github, core, context)
|
||||||
|
|
||||||
- name: Create Autodl release
|
- name: Create Autodl release
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {createAutodlRelease} = await import("${{ github.workspace }}/dist/ghw_create_autodl_release.js")
|
const {createAutodlRelease} = await import("${{ github.workspace }}/dist/ghw_create_autodl_release.js")
|
||||||
|
|||||||
2
.github/workflows/run_autodl_daily.yml
vendored
2
.github/workflows/run_autodl_daily.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Run Autodl
|
- name: Run Autodl
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
env:
|
env:
|
||||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/update_manifests.yml
vendored
2
.github/workflows/update_manifests.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
|
|
||||||
- name: Update manifests
|
- name: Update manifests
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const {updateManifests} = await import("${{ github.workspace }}/dist/ghw_update_manifests.js")
|
const {updateManifests} = await import("${{ github.workspace }}/dist/ghw_update_manifests.js")
|
||||||
|
|||||||
Reference in New Issue
Block a user