File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,13 @@ jobs:
59
59
- 17
60
60
steps :
61
61
- name : Checkout project
62
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
62
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
63
with :
64
64
ref : ${{ github.head_ref }}
65
+ repository : ${{ github.event.pull_request.head.repo.full_name }}
65
66
fetch-depth : 0
66
67
67
- - uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
68
+ - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
68
69
with :
69
70
distribution : " liberica"
70
71
java-version : ${{ matrix.jdk }}
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout project
32
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
with :
34
34
fetch-depth : 0
35
35
36
36
- name : Check latest tag follows semantic versioning
37
37
if : github.event_name == 'push'
38
38
uses : alejandrohdezma/actions/check-semver-tag@v1
39
39
40
- - uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
40
+ - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
41
41
with :
42
42
distribution : " liberica"
43
43
java-version : " 11"
@@ -59,13 +59,13 @@ jobs:
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Checkout project
62
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
62
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
63
with :
64
64
fetch-depth : 0
65
65
ref : main
66
66
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
67
67
68
- - uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
68
+ - uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
69
69
with :
70
70
distribution : " liberica"
71
71
java-version : " 17"
You can’t perform that action at this time.
0 commit comments