Skip to content

Commit 9d20605

Browse files
Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 (#3777)
* Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@1356984...0dce257) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update ZIZMOR_VERSION Updated ZIZMOR_VERSION from '1.21.0' to '1.22.0'. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent b4a968d commit 9d20605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: {}
1616
env:
1717
FORCE_COLOR: 3
1818
TERM: xterm
19-
ZIZMOR_VERSION: '1.21.0'
19+
ZIZMOR_VERSION: '1.22.0'
2020

2121
jobs:
2222
lint:
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131

3232
- name: Checkout code
33-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
filter: 'tree:0'
3636
persist-credentials: false
@@ -45,7 +45,7 @@ jobs:
4545
args: -color
4646

4747
- name: Lint workflows with zizmor
48-
uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
48+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
4949
with:
5050
persona: pedantic
5151
version: ${{ env.ZIZMOR_VERSION }}
@@ -58,7 +58,7 @@ jobs:
5858
**/*.md
5959
6060
- name: Setup Node
61-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
61+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
6262
with:
6363
node-version: '24.x'
6464

0 commit comments

Comments
 (0)