Bump shivammathur/setup-php from 083d5237d9340d541bf95e2a6eceaf3529b85892 to 3fa88f249467922a9b7f10bd5980d53bce780336 in the github-actions group across 1 directory #9
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Fabbot | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| call-fabbot: | |
| name: Fabbot | |
| uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main # zizmor: ignore[unpinned-uses] | |
| with: | |
| package: WebpackEncoreBundle | |
| check_license: true |