There was an error while loading. Please reload this page.
1 parent 7390001 commit b728d9dCopy full SHA for b728d9d
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked]
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
26
with:
27
token: ${{ secrets.GH_ACCESS_TOKEN || github.token }}
28
- name: Cache Composer package downloads
0 commit comments