There was an error while loading. Please reload this page.
1 parent 9bdb7ca commit fe2e5a2Copy full SHA for fe2e5a2
1 file changed
.github/workflows/fix-code-style.yml
@@ -14,8 +14,9 @@ jobs:
14
steps:
15
# persist-credentials: true is required so `git-auto-commit-action` below
16
# can push the reformatted files back to the branch.
17
+ # zizmor: ignore[artipacked]
18
- name: Checkout code
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.3 # zizmor: ignore[artipacked]
19
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20
21
- name: Cache Composer dependencies
22
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
0 commit comments