File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
2626 - name : Install PHP
2727 uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
@@ -117,7 +117,7 @@ jobs:
117117
118118 steps :
119119 - name : Checkout code
120- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
121121
122122 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
123123 # This should not be blocking for this job, so ignore any errors from this step.
Original file line number Diff line number Diff line change 3232 run : git config --global core.autocrlf input
3333
3434 - name : Checkout code
35- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636
3737 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
3838 # This should not be blocking for this job, so ignore any errors from this step.
@@ -133,7 +133,7 @@ jobs:
133133
134134 steps :
135135 - name : Checkout code
136- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
137137
138138 # On stable PHPCS versions, allow for PHP deprecation notices.
139139 # Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
Original file line number Diff line number Diff line change 3535 run : git config --global core.autocrlf input
3636
3737 - name : Checkout code
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3939
4040 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
4141 # This should not be blocking for this job, so ignore any errors from this step.
@@ -188,7 +188,7 @@ jobs:
188188
189189 steps :
190190 - name : Checkout code
191- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
191+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
192192
193193 - name : Setup ini config
194194 id : set_ini
Original file line number Diff line number Diff line change 4848 fi
4949
5050 - name : Checkout code
51- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5252 with :
5353 ref : ${{ steps.base_branch.outputs.BRANCH }}
5454
You can’t perform that action at this time.
0 commit comments