mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 11:14:19 +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
|
||||
|
||||
- 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")
|
||||
|
||||
2
.github/workflows/concat_cacerts.yml
vendored
2
.github/workflows/concat_cacerts.yml
vendored
@@ -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")
|
||||
|
||||
2
.github/workflows/overwrite_cache.yml
vendored
2
.github/workflows/overwrite_cache.yml
vendored
@@ -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")
|
||||
|
||||
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
|
||||
|
||||
- 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")
|
||||
|
||||
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
|
||||
|
||||
- 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")
|
||||
|
||||
4
.github/workflows/run_autodl.yml
vendored
4
.github/workflows/run_autodl.yml
vendored
@@ -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")
|
||||
|
||||
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
|
||||
|
||||
- name: Run Autodl
|
||||
uses: actions/github-script@v8
|
||||
uses: actions/github-script@v9
|
||||
env:
|
||||
NODE_EXTRA_CA_CERTS: cacerts.pem
|
||||
with:
|
||||
|
||||
2
.github/workflows/update_manifests.yml
vendored
2
.github/workflows/update_manifests.yml
vendored
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user