build(deps): bump actions/github-script from 8.0.0 to 9.0.0

Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](ed597411d8...3a2844b7e9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-13 00:30:23 +00:00
committed by GitHub
parent 082e8d8cf3
commit 6df99ba028
6 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ jobs:
-
name: Set outputs
id: set
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
INPUT_PKGS: ${{ inputs.pkgs }}
INPUT_KINDS: ${{ inputs.kinds }}

View File

@@ -173,7 +173,7 @@ jobs:
-
name: Set outputs
id: set
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
INPUT_DEFAULT-BASE: alpine
INPUT_REF: ${{ github.ref }}

View File

@@ -62,7 +62,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Create
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
INPUT_SOURCE-TAG: ${{ inputs.source-tag }}
INPUT_DRY-RUN: ${{ inputs.dry-run }}

View File

@@ -23,7 +23,7 @@ jobs:
steps:
-
name: Prepare
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
INPUT_VERSION: ${{ inputs.version }}
with:

View File

@@ -50,7 +50,7 @@ jobs:
-
name: Set outputs
id: set
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
INPUT_REF: ${{ github.ref }}
INPUT_CHANNELS: |

View File

@@ -44,7 +44,7 @@ jobs:
-
name: Add runner to matrix
id: matrix
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
INPUT_MATRIX: ${{ steps.generate.outputs.matrix }}
INPUT_PRIVATE-REPO: ${{ github.event.repository.private }}