Skip to content

Commit 15bded0

Browse files
Pin dependencies
1 parent 55c26aa commit 15bded0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/subsplit-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
with:
1818
fetch-depth: '0'
1919
persist-credentials: 'false'

.github/workflows/test-client.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
with:
1818
fetch-depth: '0'
1919
persist-credentials: 'false'
@@ -22,7 +22,7 @@ jobs:
2222
- name: Tar example files
2323
run: tar -czf example.tar ./example
2424
- name: Upload Generated Client
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2626
with:
2727
name: example-${{ inputs.name }}-client
2828
path: ./example.tar
@@ -33,9 +33,9 @@ jobs:
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3737
- id: supported-versions-matrix
38-
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
38+
uses: WyriHaximus/github-action-composer-php-versions-in-range@ea3d54bf7909d5607c4f32bda9cd8d64e420ec99 # v1
3939
with:
4040
upcomingReleases: true
4141
supported-checks-matrix:
@@ -46,9 +46,9 @@ jobs:
4646
outputs:
4747
check: ${{ steps.supported-checks-matrix.outputs.check }}
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5050
- name: Download Generated Client
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5252
with:
5353
name: example-${{ inputs.name }}-client
5454
path: ./
@@ -76,12 +76,12 @@ jobs:
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
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
8383
- name: Download Generated Client
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
8585
with:
8686
name: example-${{ inputs.name }}-client
8787
path: ./

0 commit comments

Comments
 (0)