From 6df99ba0281e4e9361d2f423eacfc4fedc4a055f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:30:23 +0000 Subject: [PATCH] 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](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- 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] --- .github/workflows/.test.yml | 2 +- .github/workflows/buildkit.yml | 2 +- .github/workflows/buildx-image.yml | 2 +- .github/workflows/dockerd.yml | 2 +- .github/workflows/frontend.yml | 2 +- .github/workflows/validate.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 89b7764f6..b971232fb 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -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 }} diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 5f37b1a29..1c1a50870 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -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 }} diff --git a/.github/workflows/buildx-image.yml b/.github/workflows/buildx-image.yml index cc8a584b6..d36067912 100644 --- a/.github/workflows/buildx-image.yml +++ b/.github/workflows/buildx-image.yml @@ -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 }} diff --git a/.github/workflows/dockerd.yml b/.github/workflows/dockerd.yml index a0bd6a77b..59caf4576 100644 --- a/.github/workflows/dockerd.yml +++ b/.github/workflows/dockerd.yml @@ -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: diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 41cf0380f..2cf091335 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -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: | diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 66d78634e..f9b6e860d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 }}