From 2f4992112b0ad56d657add66226840e7d11fe26b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 04:13:55 +0000 Subject: [PATCH] ci(deps): bump the all-actions group with 4 updates Bumps the all-actions group with 4 updates: [flatt-security/setup-takumi-guard-npm](https://github.com/flatt-security/setup-takumi-guard-npm), [anomalyco/opencode/github](https://github.com/anomalyco/opencode), [actions/cache/save](https://github.com/actions/cache) and [actions/cache/restore](https://github.com/actions/cache). Updates `flatt-security/setup-takumi-guard-npm` from b32fa78ac6c5507152b0470604b0b546fa2b8521 to 9a5d797c2085b6326d3a2985c08e3a114b9b88c1 - [Release notes](https://github.com/flatt-security/setup-takumi-guard-npm/releases) - [Commits](https://github.com/flatt-security/setup-takumi-guard-npm/compare/b32fa78ac6c5507152b0470604b0b546fa2b8521...9a5d797c2085b6326d3a2985c08e3a114b9b88c1) Updates `anomalyco/opencode/github` from 1.17.11 to 1.17.13 - [Release notes](https://github.com/anomalyco/opencode/releases) - [Commits](https://github.com/anomalyco/opencode/compare/67aec2212010d67775c35e696d8b8b54902eb338...10c894bdeef3618f5666fb506ef7f9491bb964d8) Updates `actions/cache/save` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) Updates `actions/cache/restore` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: flatt-security/setup-takumi-guard-npm dependency-version: 9a5d797c2085b6326d3a2985c08e3a114b9b88c1 dependency-type: direct:production dependency-group: all-actions - dependency-name: anomalyco/opencode/github dependency-version: 1.17.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/cache/save dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/draft-release.yml | 4 ++-- .github/workflows/e2e-binaries.yml | 8 ++++---- .github/workflows/publish-assets.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/security-scan.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6bb69b7a..a5b9852ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: pnpm install --ignore-scripts diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c2a09efb5..df1f0125b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: pnpm install --ignore-scripts diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index b582d87ca..626830a16 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -41,7 +41,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: pnpm install --ignore-scripts @@ -56,7 +56,7 @@ jobs: input-text: ${{ inputs.model }} - name: Run OpenCode to draft release - uses: anomalyco/opencode/github@67aec2212010d67775c35e696d8b8b54902eb338 # v1.17.11 + uses: anomalyco/opencode/github@10c894bdeef3618f5666fb506ef7f9491bb964d8 # v1.17.13 env: OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }} ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} diff --git a/.github/workflows/e2e-binaries.yml b/.github/workflows/e2e-binaries.yml index a66b3b7d1..cca6ec2a2 100644 --- a/.github/workflows/e2e-binaries.yml +++ b/.github/workflows/e2e-binaries.yml @@ -35,7 +35,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: bun install @@ -50,7 +50,7 @@ jobs: bun build --compile --minify --sourcemap --target=bun-windows-x64 --outfile=dist-bun/rulesync-windows-x64.exe ./src/cli/index.ts - name: Cache binaries - uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: dist-bun key: rulesync-binaries-${{ github.sha }} @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Restore cached binaries - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: dist-bun key: rulesync-binaries-${{ github.sha }} @@ -109,7 +109,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: pnpm install --ignore-scripts diff --git a/.github/workflows/publish-assets.yml b/.github/workflows/publish-assets.yml index 77abb2c6c..3dfe0c72c 100644 --- a/.github/workflows/publish-assets.yml +++ b/.github/workflows/publish-assets.yml @@ -47,7 +47,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: bun install diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a0cfea67..d28d1e598 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: pnpm install --ignore-scripts diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 6a087327c..9d7157ba7 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -24,7 +24,7 @@ jobs: experimental: true - name: Setup Takumi Guard npm registry - uses: flatt-security/setup-takumi-guard-npm@b32fa78ac6c5507152b0470604b0b546fa2b8521 # v1 + uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1 - name: Install dependencies run: pnpm install