File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 echo "repo=${{ github.event.pull_request.head.repo.full_name }}"
4545 } >> "$GITHUB_OUTPUT"
4646 fi
47- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4848 with :
4949 repository : ${{ steps.get-vars.outputs.repo }}
5050 ref : ${{ steps.get-vars.outputs.branch }}
Original file line number Diff line number Diff line change 3333 language : [ 'java' ]
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3737 - name : Set Swap Space
3838 uses : pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
3939 with :
Original file line number Diff line number Diff line change 2525 name : " Validation"
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929 - uses : gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333 with :
3434 persist-credentials : false
3535
You can’t perform that action at this time.
0 commit comments