From 2993c43169d94a200fcbde368306517bb4db903c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:24:11 +0000 Subject: [PATCH] chore(deps): bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `7` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.2.0` | `4.3.0` | | [sst/opencode/github](https://github.com/sst/opencode) | `2c14fc5586fe0b88e5c04732d2e846769cc35671` | `77fc88c8ade8e5a620ebbe1197f3a572d29ae91a` | | [anomalyco/opencode/github](https://github.com/anomalyco/opencode) | `2c14fc5586fe0b88e5c04732d2e846769cc35671` | `77fc88c8ade8e5a620ebbe1197f3a572d29ae91a` | | [azure/login](https://github.com/azure/login) | `3.0.0` | `3.0.2` | Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v7) Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e) Updates `sst/opencode/github` from 2c14fc5586fe0b88e5c04732d2e846769cc35671 to 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a - [Release notes](https://github.com/sst/opencode/releases) - [Commits](https://github.com/sst/opencode/compare/2c14fc5586fe0b88e5c04732d2e846769cc35671...77fc88c8ade8e5a620ebbe1197f3a572d29ae91a) Updates `anomalyco/opencode/github` from 2c14fc5586fe0b88e5c04732d2e846769cc35671 to 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a - [Release notes](https://github.com/anomalyco/opencode/releases) - [Commits](https://github.com/anomalyco/opencode/compare/2c14fc5586fe0b88e5c04732d2e846769cc35671...77fc88c8ade8e5a620ebbe1197f3a572d29ae91a) Updates `azure/login` from 3.0.0 to 3.0.2 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/532459ea530d8321f2fb9bb10d1e0bcf23869a43...7ddb5af1ef8758cf1353cf3b42f940aee27ba21c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: sst/opencode/github dependency-version: 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a dependency-type: direct:production dependency-group: actions - dependency-name: anomalyco/opencode/github dependency-version: 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a dependency-type: direct:production dependency-group: actions - dependency-name: azure/login dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/amicode-release.yml | 2 +- .github/workflows/containers.yml | 2 +- .github/workflows/docs-update.yml | 2 +- .github/workflows/opencode.yml | 2 +- .github/workflows/publish.yml | 6 +++--- .github/workflows/upstream-sync.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/amicode-release.yml b/.github/workflows/amicode-release.yml index 6c45be1fe5..1a273f09bd 100644 --- a/.github/workflows/amicode-release.yml +++ b/.github/workflows/amicode-release.yml @@ -29,7 +29,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@v7 with: ref: ${{ inputs.tag || github.ref_name }} diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 4ea74cb8f5..02975f5e96 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -29,7 +29,7 @@ jobs: uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Login to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/docs-update.yml b/.github/workflows/docs-update.yml index 799bb3b53d..192d07d329 100644 --- a/.github/workflows/docs-update.yml +++ b/.github/workflows/docs-update.yml @@ -43,7 +43,7 @@ jobs: - name: Run opencode if: steps.commits.outputs.has_commits == 'true' - uses: sst/opencode/github@2c14fc5586fe0b88e5c04732d2e846769cc35671 # latest + uses: sst/opencode/github@77fc88c8ade8e5a620ebbe1197f3a572d29ae91a # latest env: OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} with: diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 3b4fae8c8b..0efa4e5577 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -26,7 +26,7 @@ jobs: - uses: ./.github/actions/setup-bun - name: Run opencode - uses: anomalyco/opencode/github@2c14fc5586fe0b88e5c04732d2e846769cc35671 # latest + uses: anomalyco/opencode/github@77fc88c8ade8e5a620ebbe1197f3a572d29ae91a # latest env: OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} OPENCODE_PERMISSION: '{"bash": "deny"}' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e187db41b..12a0db255c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -146,7 +146,7 @@ jobs: opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }} - name: Azure login - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ env.AZURE_CLIENT_ID }} tenant-id: ${{ env.AZURE_TENANT_ID }} @@ -275,7 +275,7 @@ jobs: - name: Azure login if: runner.os == 'Windows' - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2 with: client-id: ${{ env.AZURE_CLIENT_ID }} tenant-id: ${{ env.AZURE_TENANT_ID }} @@ -424,7 +424,7 @@ jobs: uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index c05d496f2e..67fe77b02b 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -31,7 +31,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # checkout the fork's default branch head so push has a base