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'
3838 version : ${{ steps.supported-versions-matrix.outputs.version }}
3939 upcoming : ${{ steps.supported-versions-matrix.outputs.upcoming }}
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242 - id : supported-versions-matrix
4343 uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
4444 with :
5151 outputs :
5252 check : ${{ steps.supported-checks-matrix.outputs.check }}
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555 - run : |
5656 mkdir -p example/generated-${{ inputs.name }}
5757 - name : Download Generated Client
8383 container :
8484 image : ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8787 with :
8888 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
8989 - 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