File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 run : echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
6161
6262 - name : Git Checkout
63- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
63+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6464 with :
6565 # Since we checkout the HEAD of the current Branch, if the Pull Request comes from a Fork
6666 # we want to clone the fork's repository instead of the base repository
Original file line number Diff line number Diff line change 2626 egress-policy : audit
2727
2828 - name : Git Checkout
29- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5
29+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3030
3131 - name : Review Dependencies
3232 uses : actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
Original file line number Diff line number Diff line change 6161
6262 steps :
6363 - name : Git Checkout
64- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6565 with :
6666 # Since we checkout the HEAD of the current Branch, if the Pull Request comes from a Fork
6767 # we want to clone the fork's repository instead of the base repository
@@ -169,7 +169,7 @@ jobs:
169169
170170 steps :
171171 - name : Git Checkout
172- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
172+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
173173 with :
174174 # Since we checkout the HEAD of the current Branch, if the Pull Request comes from a Fork
175175 # we want to clone the fork's repository instead of the base repository
Original file line number Diff line number Diff line change 5656
5757 steps :
5858 - name : Git Checkout
59- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
59+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6060 with :
6161 # By default Git Checkout on `pull-request-target` will checkout
6262 # the `default` branch of the Pull Request. We want to checkout
You can’t perform that action at this time.
0 commit comments