File tree Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ labels : []
Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ jobs:
16
16
runs-on : " ubuntu-latest"
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
- - name : Install PHP
22
- uses : " shivammathur/setup-php@v2"
21
+ - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
23
22
with :
24
23
coverage : " none"
25
24
extensions : " intl, zip, apcu"
26
25
php-version : " 8.3"
27
26
28
27
# See the Conductor GitHub Action at https://github.com/packagist/conductor-github-action
29
28
- name : " Running Conductor"
30
- uses : packagist/conductor-github-action@v1
29
+ uses : packagist/conductor-github-action@65ef5931b0a5e78e5830bf568b46e0bdbf93e047 # 1.2.0
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-22.04
16
16
17
17
steps :
18
- - name : " Checkout"
19
- uses : " actions/checkout@v4"
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
19
21
- - name : " Install PHP"
22
- uses : " shivammathur/setup-php@v2"
20
+ - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
23
21
with :
24
22
coverage : " none"
25
23
extensions : " intl, zip, apcu"
@@ -30,13 +28,12 @@ jobs:
30
28
- name : " Start MySQL"
31
29
run : sudo systemctl start mysql.service
32
30
33
- - name : " Install dependencies"
34
- uses : " ramsey/composer-install@v3"
31
+ - uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
35
32
with :
36
33
composer-options : " --ansi --no-interaction --no-progress --prefer-dist"
37
34
38
35
- name : Start Redis
39
- uses :
supercharge/[email protected]
36
+ uses : supercharge/redis-github-action@ea9b21c6ecece47bd99595c532e481390ea0f044 # 1.8.0
40
37
with :
41
38
redis-version : 6
42
39
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - name : " Checkout"
15
- uses : " actions/checkout@v4"
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
15
17
- - name : " Install PHP"
18
- uses : " shivammathur/setup-php@v2"
16
+ - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
19
17
with :
20
18
coverage : " none"
21
19
extensions : " intl"
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - name : " Checkout"
19
- uses : " actions/checkout@v4"
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
19
21
- - name : " Install PHP"
22
- uses : " shivammathur/setup-php@v2"
20
+ - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
23
21
with :
24
22
coverage : " none"
25
23
extensions : " intl, zip, apcu"
30
28
- name : " Start MySQL"
31
29
run : sudo systemctl start mysql.service
32
30
33
- - name : " Install dependencies"
34
- uses : " ramsey/composer-install@v3"
31
+ - uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
35
32
with :
36
33
composer-options : " --ansi --no-interaction --no-progress --prefer-dist"
37
34
You can’t perform that action at this time.
0 commit comments