From 9642cf769c771f654edb76de84f860e1ce4a9490 Mon Sep 17 00:00:00 2001 From: "home-infrastructure-renovate[bot]" <253672885+home-infrastructure-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 23:36:29 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20action=20actions?= =?UTF-8?q?/github-script=20(v8.0.0=20=E2=86=92=20v9.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/app-exists/action.yaml | 2 +- .github/actions/app-inventory/action.yaml | 2 +- .github/actions/app-size-diff/action.yaml | 2 +- .github/actions/app-versions/action.yaml | 2 +- .github/actions/release-tag/action.yaml | 2 +- .github/workflows/app-builder.yaml | 2 +- .github/workflows/deprecate-app.yaml | 2 +- .github/workflows/release.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/app-exists/action.yaml b/.github/actions/app-exists/action.yaml index 6c56b202a..5a1eca724 100644 --- a/.github/actions/app-exists/action.yaml +++ b/.github/actions/app-exists/action.yaml @@ -17,7 +17,7 @@ runs: using: composite steps: - name: App Exists - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: app env: APP: ${{ inputs.app }} diff --git a/.github/actions/app-inventory/action.yaml b/.github/actions/app-inventory/action.yaml index 5d4395ba5..5e39cf340 100644 --- a/.github/actions/app-inventory/action.yaml +++ b/.github/actions/app-inventory/action.yaml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: App Inventory - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: inventory with: script: |- diff --git a/.github/actions/app-size-diff/action.yaml b/.github/actions/app-size-diff/action.yaml index 0a267e66a..02b68ef14 100644 --- a/.github/actions/app-size-diff/action.yaml +++ b/.github/actions/app-size-diff/action.yaml @@ -46,7 +46,7 @@ runs: npm install - name: App Size Diff - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: size-diff env: FROM_APP: ${{ inputs.from-app }} diff --git a/.github/actions/app-versions/action.yaml b/.github/actions/app-versions/action.yaml index 6e371ee6c..7a9d846b7 100644 --- a/.github/actions/app-versions/action.yaml +++ b/.github/actions/app-versions/action.yaml @@ -49,7 +49,7 @@ runs: npm install - name: App Versions - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: versions env: UPSTREAM_VERSION: ${{ inputs.upstream-version }} diff --git a/.github/actions/release-tag/action.yaml b/.github/actions/release-tag/action.yaml index 281d4b8cc..f7cad33ae 100644 --- a/.github/actions/release-tag/action.yaml +++ b/.github/actions/release-tag/action.yaml @@ -17,7 +17,7 @@ runs: using: composite steps: - name: Get Release Tag - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: release with: github-token: ${{ inputs.token }} diff --git a/.github/workflows/app-builder.yaml b/.github/workflows/app-builder.yaml index 5ce020e42..2971f58f8 100644 --- a/.github/workflows/app-builder.yaml +++ b/.github/workflows/app-builder.yaml @@ -86,7 +86,7 @@ jobs: persist-credentials: false - name: Get Target Architecture - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: target with: script: |- diff --git a/.github/workflows/deprecate-app.yaml b/.github/workflows/deprecate-app.yaml index 2fc89fbb2..9d0681394 100644 --- a/.github/workflows/deprecate-app.yaml +++ b/.github/workflows/deprecate-app.yaml @@ -74,7 +74,7 @@ jobs: private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: Merge Pull Request - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.app-token.outputs.token }} script: |- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8593162bb..643634d38 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: apps: ${{ steps.apps.outputs.apps }} steps: - name: Get Apps - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: apps env: APPS: ${{ github.event_name == 'workflow_dispatch' && inputs.app || join(fromJSON(needs.prepare.outputs.changed-files), ' ') }}