File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 container :
1414 image : ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 with :
1818 fetch-depth : ' 0'
1919 persist-credentials : ' false'
Original file line number Diff line number Diff line change 1313 container :
1414 image : ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 with :
1818 fetch-depth : ' 0'
1919 persist-credentials : ' false'
3333 version : ${{ steps.supported-versions-matrix.outputs.version }}
3434 upcoming : ${{ steps.supported-versions-matrix.outputs.upcoming }}
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 - id : supported-versions-matrix
3838 uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
3939 with :
4646 outputs :
4747 check : ${{ steps.supported-checks-matrix.outputs.check }}
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 - name : Download Generated Client
5151 uses : actions/download-artifact@v4
5252 with :
7676 container :
7777 image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080 with :
8181 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
8282 - run : git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this
You can’t perform that action at this time.
0 commit comments