File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Checkout code
2323 # Uses a maintainer PAT so the auto-commit push can bypass branch protection;
2424 # the default GITHUB_TOKEN pushes as `github-actions[bot]` and gets rejected.
25- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked]
25+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
2626 with :
2727 token : ${{ secrets.GH_ACCESS_TOKEN || github.token }}
2828 - name : Cache Composer package downloads
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646
4747 - name : Checkout workflow source
4848 if : steps.resolve.outputs.skip == 'false'
49- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050 with :
5151 persist-credentials : false
5252
5353 - name : Checkout Filament source at target branch
5454 if : steps.resolve.outputs.skip == 'false'
55- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656 with :
5757 ref : ${{ steps.resolve.outputs.branch }}
5858 path : filament-source
Original file line number Diff line number Diff line change 3131 - widgets
3232 - upgrade
3333 steps :
34- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535 with :
3636 persist-credentials : false
3737 - id : previous-tag
Original file line number Diff line number Diff line change 2929 testbench : 9.*
3030 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3131 steps :
32- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333 with :
3434 persist-credentials : false
3535 - name : Cache Composer dependencies
Original file line number Diff line number Diff line change 1616 # persist-credentials: true is required so the final `git push` to
1717 # filamentphp/mintlify-docs uses the GH_ACCESS_TOKEN written into
1818 # docs/.git/config. Subsequent steps in this job are maintainer-controlled.
19- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked]
19+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
2020 with :
2121 repository : filamentphp/mintlify-docs
2222 token : ${{ secrets.GH_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 8282 - 5432:5432
8383 options : --health-cmd=pg_isready --health-interval=10s --health-timeout=5s --health-retries=3
8484 steps :
85- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
85+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8686 with :
8787 persist-credentials : false
8888 - name : Cache Composer dependencies
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 if : github.event.pull_request.merged == true
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
Original file line number Diff line number Diff line change 2020 contents : read
2121 security-events : write
2222 steps :
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626
You can’t perform that action at this time.
0 commit comments