File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838 # Checkout the base branch of the pull request
3939 - name : Checkout repository
40- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
40+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4141 with :
4242 ref : ${{ github.event.pull_request.base.ref }}
4343 persist-credentials : false
5151
5252 # Checkout the current PR branch so we can create a diff.
5353 - name : Checkout PR branch
54- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
54+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5555
5656 # Generate an Infracost diff and save it to a JSON file.
5757 - name : Generate Infracost diff
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
35+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments