There was an error while loading. Please reload this page.
1 parent 52b95da commit 3eb0de4Copy full SHA for 3eb0de4
1 file changed
.github/workflows/format-and-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
# Uses a maintainer PAT so the auto-commit push can bypass branch protection;
24
# the default GITHUB_TOKEN pushes as `github-actions[bot]` and gets rejected.
25
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.3 # zizmor: ignore[artipacked]
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked]
26
with:
27
token: ${{ secrets.GH_ACCESS_TOKEN }}
28
- name: Cache Composer package downloads
0 commit comments