diff --git a/.github/workflows/subsplit-client.yaml b/.github/workflows/subsplit-client.yaml index 6a86bb5..edd3201 100644 --- a/.github/workflows/subsplit-client.yaml +++ b/.github/workflows/subsplit-client.yaml @@ -13,7 +13,7 @@ jobs: container: image: ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: '0' persist-credentials: 'false' diff --git a/.github/workflows/test-client.yaml b/.github/workflows/test-client.yaml index aec9b77..e490eda 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -13,7 +13,7 @@ jobs: container: image: ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: '0' persist-credentials: 'false' @@ -22,7 +22,7 @@ jobs: - name: Tar example files run: tar -czf example.tar ./example - name: Upload Generated Client - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: example-${{ inputs.name }}-client path: ./example.tar @@ -33,9 +33,9 @@ jobs: version: ${{ steps.supported-versions-matrix.outputs.version }} upcoming: ${{ steps.supported-versions-matrix.outputs.upcoming }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - id: supported-versions-matrix - uses: WyriHaximus/github-action-composer-php-versions-in-range@v1 + uses: WyriHaximus/github-action-composer-php-versions-in-range@ea3d54bf7909d5607c4f32bda9cd8d64e420ec99 # v1 with: upcomingReleases: true supported-checks-matrix: @@ -46,9 +46,9 @@ jobs: outputs: check: ${{ steps.supported-checks-matrix.outputs.check }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download Generated Client - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: example-${{ inputs.name }}-client path: ./ @@ -76,12 +76,12 @@ jobs: container: image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-dev-root steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: 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 - run: git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this - name: Download Generated Client - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: example-${{ inputs.name }}-client path: ./