From 2b5874788dd54f73e9c300cc20052b48e32d2b05 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:23:07 -0500 Subject: [PATCH] chore(ci): fix zizmor version comments (#506) --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release-plz.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 99fbb3b..d9e6599 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -35,7 +35,7 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Install Dependencies id: install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827cafd..12a9318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # `.npmrc` pins `node-linker=hoisted` so the layout is # npm-flat (rollup's `--configPlugin` resolution # requires this). - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: cache: false diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index eb8c2fe..24e6401 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -27,7 +27,7 @@ jobs: submodules: recursive token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }} persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - run: mise run release-plz env: DRY_RUN: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49521e5..bb5b5f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Release run: ./scripts/postversion.sh @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Enhance release notes with communique run: | TAG_NAME="v$(jq -r .version package.json)" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27d05c9..48e0fc2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - run: aube install - run: aubr all test: # make sure the action works on a clean machine without building