File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 28
28
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
29
29
30
30
- name : Checkout the specific branch/ref
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
ref : ${{ env.SOURCE_REF }}
34
34
fetch-depth : 0
Original file line number Diff line number Diff line change 34
34
extensions : mbstring, json
35
35
36
36
- name : Checkout ${{ github.ref_name }} branch
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
ref : ${{ github.ref_name }}
40
40
fetch-depth : 0
85
85
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
86
86
87
87
- name : Checkout ${{ github.ref_name }} branch
88
- uses : actions/checkout@v4
88
+ uses : actions/checkout@v5
89
89
with :
90
90
ref : ${{ github.ref_name }}
91
91
fetch-depth : 0
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 43
43
uses : korelstar/xmllint-problem-matcher@v1
44
44
45
45
- name : Checkout code
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
48
48
# Validate the composer.json file.
49
49
# @link https://getcomposer.org/doc/03-cli.md#validate
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Check out the source code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
# Checks for dependencies with known vulnerabilities
21
21
- name : Review dependencies
Original file line number Diff line number Diff line change 5
5
name : New tag
6
6
runs-on : ubuntu-24.04
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- name : Build # Remove or modify this step as needed
10
10
run : |
11
11
npm ci
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
27
27
- name : Refresh Composer autoload files
28
28
run : composer dump-autoload --classmap-authoritative
Original file line number Diff line number Diff line change 47
47
continue-on-error : ${{ matrix.experimental }}
48
48
steps :
49
49
- name : Checkout code
50
- uses : actions/checkout@v4
50
+ uses : actions/checkout@v5
51
51
52
52
- name : Setup PHP ${{ matrix.php }}
53
53
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-24.04
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
27
27
- name : Read .nvmrc
28
28
run : echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 52
52
fi
53
53
54
54
- name : Checkout the specific branch/ref
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
ref : ${{ env.SOURCE_REF }}
58
58
fetch-depth : 0
@@ -131,7 +131,7 @@ jobs:
131
131
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
132
132
133
133
- name : Checkout the specific branch/ref
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
with :
136
136
ref : ${{ env.SOURCE_REF }}
137
137
fetch-depth : 0
@@ -221,7 +221,7 @@ jobs:
221
221
echo "Skip Tests: ${{ env.SKIP_TESTS }}"
222
222
echo "Version: ${{ env.VERSION }}"
223
223
224
- - uses : actions/checkout@v4
224
+ - uses : actions/checkout@v5
225
225
with :
226
226
ref : ${{ needs.tag_and_release.outputs.tag_name }}
227
227
You can’t perform that action at this time.
0 commit comments