File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
outputs :
11
11
version : ${{ steps.supported-versions-matrix.outputs.lowest }}
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
14
- id : supported-versions-matrix
15
- uses : WyriHaximus/github-action-composer-php-versions-in-range@v1
15
+ uses : WyriHaximus/github-action-composer-php-versions-in-range@ea3d54bf7909d5607c4f32bda9cd8d64e420ec99 # v1
16
16
set-up-clients :
17
17
name : Set up Clients
18
18
runs-on : ubuntu-latest
@@ -22,16 +22,16 @@ jobs:
22
22
image : wyrihaximusnet/php:${{ needs.supported-versions-matrix.outputs.version }}-nts-alpine-slim-dev-root
23
23
steps :
24
24
- name : Get current time
25
- uses : josStorer/get-current-time@v2
25
+ uses : josStorer/get-current-time@060cae3fbd32c181c6841788189a601ac8df8389 # v2
26
26
id : current-time
27
27
with :
28
28
format : " YYYY/MM/DD"
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
30
- uses : ramsey/composer-install@v2
31
31
- name : Set up clients
32
32
run : make setup-clients
33
33
- name : Create Pull Request
34
- uses : peter-evans/create-pull-request@v7
34
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
35
35
with :
36
36
branch : " setup-clients/${{ steps.current-time.outputs.formattedTime }}"
37
37
token : ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
name : Publish Sub-split
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
with :
16
16
fetch-depth : ' 0'
17
17
persist-credentials : ' false'
18
- -
uses :
frankdejonge/[email protected]
18
+ - uses : frankdejonge/use-github-token@15e6289d07c12b3b1603268a628bb74f2e9765f4 # 1.1.0
19
19
with :
20
20
authentication : ' wyrihaximus:${{ secrets.SUBSPLIT_GITHUB_TOKEN }}'
21
21
user_name : ' Cees-Jan Kiewiet'
22
22
23
23
- name : Cache splitsh-lite
24
24
id : splitsh-cache
25
- uses : actions/cache@v4
25
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
26
26
with :
27
27
path : ' ./.splitsh'
28
28
key : ' ${{ runner.os }}-splitsh-d-101'
You can’t perform that action at this time.
0 commit comments