We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c79cbf commit 2c19d86Copy full SHA for 2c19d86
1 file changed
.github/workflows/actions-lint.yml
@@ -16,7 +16,7 @@ permissions: {}
16
env:
17
FORCE_COLOR: 3
18
TERM: xterm
19
- ZIZMOR_VERSION: '1.11.0'
+ ZIZMOR_VERSION: '1.12.0'
20
21
jobs:
22
lint:
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
32
- name: Checkout code
33
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
with:
35
filter: 'tree:0'
36
persist-credentials: false
@@ -45,7 +45,8 @@ jobs:
45
args: -color
46
47
- name: Lint workflows with zizmor
48
- uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
+ uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
49
50
persona: pedantic
51
version: ${{ env.ZIZMOR_VERSION }}
52
+
0 commit comments