File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 name : Unit Tests
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@v5
2121 - id : action
2222 uses : ./
2323 with :
Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ runs:
8888 triggers : ${{ (github.event_name == 'pull_request' && inputs.triggers) || '' }}
8989 diff_branch : ${{ inputs.diff_branch }}
9090
91- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
91+ - uses : actions/checkout@v5
9292 with :
9393 fetch-depth : 0
9494 repository : ${{ inputs.repository }}
9595 ref : ${{ inputs.branch }}
9696
9797 # Setup Java and cache dir
98- - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
98+ - uses : actions/setup-java@v5
9999 with :
100100 cache : ${{ inputs.java-cache }}
101101 distribution : ${{ inputs.java-distribution }}
@@ -135,4 +135,4 @@ runs:
135135 # Fix - Clone for action.yml and other verifications
136136 - name : Checkout Action repo to pass tests
137137 if : always() && inputs.repository != github.repository
138- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
138+ uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments