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 @@ -22,17 +22,17 @@ jobs:
22
22
steps :
23
23
24
24
- name : Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
27
27
# User PHP 7.4 here for compatibility with the WordPress codesniffer rules.
28
28
- name : Setup PHP
29
- uses : shivammathur/setup-php@v2
29
+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
30
30
with :
31
31
php-version : ' 7.3'
32
32
coverage : none
33
33
tools : composer, cs2pr
34
34
35
- - uses : technote-space/get-diff-action@v6
35
+ - uses : technote-space/get-diff-action@f27caffdd0fb9b13f4fc191c016bb4e0632844af # v6.1.2
36
36
with :
37
37
SUFFIX_FILTER : .php
38
38
42
42
if : " !! env.GIT_DIFF"
43
43
44
44
- name : Cache Composer vendor directory
45
- uses : actions/cache@v4
45
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
46
46
with :
47
47
path : ${{ steps.composer-cache.outputs.dir }}
48
48
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 22
22
run : echo ::set-output name=VERSION::${GITHUB_REF##*/}
23
23
24
24
- name : Repository Dispatch
25
- uses : peter-evans/repository-dispatch@v3
25
+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
26
26
with :
27
27
token : ${{ secrets.WEBHOOK_TOKEN }}
28
28
repository : newfold-labs/satis
You can’t perform that action at this time.
0 commit comments