Skip to content

Commit 2c19d86

Browse files
Bump zizmor
Update zizmor to 1.12.0.
1 parent 6c79cbf commit 2c19d86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/actions-lint.yml

Lines changed: 4 additions & 3 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.11.0'
19+
ZIZMOR_VERSION: '1.12.0'
2020

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

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

4747
- name: Lint workflows with zizmor
48-
uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
48+
uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
4949
with:
5050
persona: pedantic
5151
version: ${{ env.ZIZMOR_VERSION }}
52+

0 commit comments

Comments
 (0)