From aeab2fa5fcdb787929893943bceb87ac8d9688f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 01:44:29 +0000 Subject: [PATCH] chore(deps): update flatt-security/setup-takumi-guard-npm action to v1.2.0 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/swagger.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04f7dcc..a3c7188 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: with: node-version-file: .node-version cache: "pnpm" - - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + - uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 with: bot-id: ${{ !github.event.pull_request.head.repo.fork && secrets.TAKUMI_GUARD_BOT_ID || '' }} - run: pnpm install --fetch-timeout 900000 --frozen-lockfile @@ -55,7 +55,7 @@ jobs: with: node-version-file: .node-version cache: "pnpm" - - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + - uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 with: bot-id: ${{ !github.event.pull_request.head.repo.fork && secrets.TAKUMI_GUARD_BOT_ID || '' }} - run: pnpm install @@ -74,7 +74,7 @@ jobs: with: node-version-file: .node-version cache: "pnpm" - - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + - uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 with: bot-id: ${{ !github.event.pull_request.head.repo.fork && secrets.TAKUMI_GUARD_BOT_ID || '' }} - run: pnpm install diff --git a/.github/workflows/swagger.yaml b/.github/workflows/swagger.yaml index 53399b7..9d475ec 100644 --- a/.github/workflows/swagger.yaml +++ b/.github/workflows/swagger.yaml @@ -27,7 +27,7 @@ jobs: with: node-version-file: .node-version cache: "pnpm" - - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + - uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 with: bot-id: ${{ !github.event.pull_request.head.repo.fork && secrets.TAKUMI_GUARD_BOT_ID || '' }} - run: pnpm install