File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 12
12
uses : eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@dedd3cfb28e2ba54abbc3dfc88f539b5ea8d27b3 # 1.1.0
13
13
with :
14
14
projectId : tools.windowbuilder
15
+ event_file :
16
+ name : " Upload Event File"
17
+ runs-on : ubuntu-latest
18
+ steps :
19
+ - name : Upload
20
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
21
+ with :
22
+ name : Event File
23
+ path : ${{ github.event_path }}
15
24
build :
16
25
strategy :
17
26
fail-fast : false
@@ -22,26 +31,26 @@ jobs:
22
31
name : OS ${{ matrix.os }} Java ${{ matrix.java }} compile
23
32
timeout-minutes : 90
24
33
steps :
25
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
35
with :
27
36
fetch-depth : 0
28
37
- name : Set up JDK 17/21
29
- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
38
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
30
39
with :
31
40
distribution : ' temurin' # See 'Supported distributions' for available options
32
41
java-version : ${{ matrix.java }}
33
42
cache : ' maven'
34
43
- name : Set up Maven
35
- uses : stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1
44
+ uses : stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
36
45
with :
37
46
maven-version : 3.9.2
38
47
- name : Build with Maven
39
- uses : coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3
48
+ uses : coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
40
49
with :
41
50
run : >-
42
51
mvn -V -B -fae -ntp clean verify
43
52
- name : Upload Test Results for Java-${{ matrix.java }}
44
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
53
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45
54
if : always()
46
55
with :
47
56
name : test-results-${{ matrix.os }}-java${{ matrix.java }}
Original file line number Diff line number Diff line change 15
15
permissions :
16
16
checks : write
17
17
pull-requests : write
18
+ contents : read
19
+ issues : read
20
+ actions : read
18
21
19
22
steps :
20
23
- name : Download and Extract Artifacts
33
36
done
34
37
35
38
- name : Publish Unit Test Results
36
- uses : EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984
39
+ uses : EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # v2.19.0
37
40
with :
38
41
commit : ${{ github.event.workflow_run.head_sha }}
42
+ event_file : artifacts/Event File/event.json
43
+ event_name : ${{ github.event.workflow_run.event }}
39
44
files : " artifacts/**/*.xml"
40
45
41
46
You can’t perform that action at this time.
0 commit comments