File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 # Checkout the base branch of the pull request
3636 - name : Checkout repository
37- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838 with :
3939 ref : ${{ github.event.pull_request.base.ref }}
4040
4747
4848 # Checkout the current PR branch so we can create a diff.
4949 - name : Checkout PR branch
50- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
5252 # Generate an Infracost diff and save it to a JSON file.
5353 - 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments