File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 - name : Checkout code
4242 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ with :
44+ persist-credentials : false
4345
4446 - name : Install PHP
4547 uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
Original file line number Diff line number Diff line change 5252 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353 with :
5454 ref : ${{ steps.branches.outputs.BASE }}
55+ persist-credentials : false
5556
5657 - name : Update the year in the copyright tag in the fixed file
5758 id : findreplace
Original file line number Diff line number Diff line change 3939 # Checkout is needed to use the `use_local_config` option.
4040 - name : Checkout code
4141 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+ with :
43+ persist-credentials : false
4244
4345 - name : Verify changes to the labeling logic
4446 uses : srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0
Original file line number Diff line number Diff line change 5050
5151 - name : Checkout code
5252 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+ with :
54+ persist-credentials : false
5355
5456 - name : Install PHP
5557 uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
Original file line number Diff line number Diff line change 3434 steps :
3535 - name : Checkout code
3636 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ with :
38+ persist-credentials : false
3739
3840 - name : Setup PHP
3941 uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ jobs:
115115
116116 - name : Checkout code
117117 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118+ with :
119+ persist-credentials : false
118120
119121 - name : " libxml2: find the latest relevant tag"
120122 if : ${{ matrix.libxml_minor }}
@@ -303,6 +305,8 @@ jobs:
303305
304306 - name : Checkout code
305307 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
308+ with :
309+ persist-credentials : false
306310
307311 - name : Setup ini config
308312 if : ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout code
2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ with :
25+ persist-credentials : false
2426
2527 - name : Install PHP
2628 uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
4446 steps :
4547 - name : Checkout code
4648 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+ with :
50+ persist-credentials : false
4751
4852 # Validate the XSD file.
4953 - name : Validate XSD against schema
8892 steps :
8993 - name : Checkout code
9094 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
95+ with :
96+ persist-credentials : false
9197
9298 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
9399 # This should not be blocking for this job, so ignore any errors from this step.
@@ -137,6 +143,8 @@ jobs:
137143 steps :
138144 - name : Checkout code
139145 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+ with :
147+ persist-credentials : false
140148
141149 - name : Set up problem matcher
142150 uses : lumaxis/shellcheck-problem-matchers@b02a1715a00c729b20eed3ebb7edf56fa9a433ba # v2.1.0
You can’t perform that action at this time.
0 commit comments