File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
44
echo "repo=${{ github.event.pull_request.head.repo.full_name }}"
45
45
} >> "$GITHUB_OUTPUT"
46
46
fi
47
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
47
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
48
48
with :
49
49
repository : ${{ steps.get-vars.outputs.repo }}
50
50
ref : ${{ steps.get-vars.outputs.branch }}
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
23
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
24
24
with :
25
25
distribution : ' temurin'
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
37
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
38
38
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
39
39
with :
40
40
distribution : ' temurin'
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
52
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53
53
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
54
54
with :
55
55
distribution : ' temurin'
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
67
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
68
68
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
69
69
with :
70
70
distribution : ' temurin'
Original file line number Diff line number Diff line change 33
33
language : [ 'java' ]
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
36
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
37
- name : Set Swap Space
38
38
uses : pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
39
39
with :
Original file line number Diff line number Diff line change 25
25
name : " Validation"
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
28
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
- uses : gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3.3.2
Original file line number Diff line number Diff line change 15
15
reuse-compliance-check :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
- name : REUSE Compliance Check
20
20
uses : fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments