File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
4040 steps :
4141 # Full history and tags: Nisse derives the version from git state, so a
4242 # shallow clone would build the wrong number rather than fail.
43- - uses : actions/checkout@v7
43+ - uses : actions/checkout@v7.0.1
4444 with :
4545 persist-credentials : false
4646 fetch-depth : 0
4747 fetch-tags : true
4848 ref : ${{ inputs.ref || github.ref }}
4949 - name : Set up JDK
50- uses : actions/setup-java@v5
50+ uses : actions/setup-java@v5.7.0
5151 with :
5252 java-version : " 21"
5353 distribution : " temurin"
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v7
12+ uses : actions/checkout@v7.0.1
1313
1414 - name : Set up JDK
15- uses : actions/setup-java@v5
15+ uses : actions/setup-java@v5.7.0
1616 with :
1717 distribution : " temurin"
1818 java-version : " 21"
You can’t perform that action at this time.
0 commit comments