From fb09919b0a691578f8d7d882c9d61de89522f720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:37:42 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [suzuki-shunsuke/pinact-action](https://github.com/suzuki-shunsuke/pinact-action), [labd/gh-actions-typescript](https://github.com/labd/gh-actions-typescript), [changesets/action](https://github.com/changesets/action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `suzuki-shunsuke/pinact-action` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/suzuki-shunsuke/pinact-action/releases) - [Commits](https://github.com/suzuki-shunsuke/pinact-action/compare/cf51507d80d4d6522a07348e3d58790290eaf0b6...896d595f299e71d65b9d28349d6956abe144390a) Updates `labd/gh-actions-typescript` from 1.0.0 to 1.0.2 - [Commits](https://github.com/labd/gh-actions-typescript/compare/e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62...83f1d08c6553972e1222006d2dc97d203596eeeb) Updates `changesets/action` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/changesets/action/compare/6a0a831ff30acef54f2c6aa1cbbc1096b066edaf...63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b) Updates `zizmorcore/zizmor-action` from 0.5.2 to 0.5.6 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/71321a20a9ded102f6e9ce5718a2fcec2c4f70d8...5f14fd08f7cf1cb1609c1e344975f152c7ee938d) --- updated-dependencies: - dependency-name: suzuki-shunsuke/pinact-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: labd/gh-actions-typescript dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: changesets/action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pinact.yaml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/zizmor.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pinact.yaml b/.github/workflows/pinact.yaml index 2ae23a3..8545659 100644 --- a/.github/workflows/pinact.yaml +++ b/.github/workflows/pinact.yaml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Pin actions - uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0 + uses: suzuki-shunsuke/pinact-action@896d595f299e71d65b9d28349d6956abe144390a # v3.0.0 with: skip_push: true verify: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97c6a92..c48b641 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: labd/gh-actions-typescript/pnpm-install@e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62 # main + uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # main - name: Lint run: pnpm lint @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js - uses: labd/gh-actions-typescript/pnpm-install@e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62 # main + uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # main with: node-version: ${{ matrix.node }} @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: labd/gh-actions-typescript/pnpm-install@e7a21fb56b52bf2d91616e34f0bc3f4f9a821b62 # main + uses: labd/gh-actions-typescript/pnpm-install@83f1d08c6553972e1222006d2dc97d203596eeeb # main with: node-version: 24.x @@ -70,7 +70,7 @@ jobs: run: npm i -g npm@11.12.1 - name: Create and publish versions - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 + uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 with: title: "Release new version" commit: "update version" diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 8e6493b..406cbd0 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: advanced-security: false annotations: true