File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
configuration-path : .github/labeler-config.yml
24
24
enable-versioned-regex : 0
25
25
- name : Check team membership for user
26
- uses : elastic/get-user-teams-membership@v1.0.4
26
+ uses : elastic/get-user-teams-membership@1.1.0
27
27
id : checkUserMember
28
28
with :
29
29
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 96
96
run : tar xvf ${{ env.TARBALL_FILE }}
97
97
98
98
- name : generate build provenance
99
- uses : actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
99
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
100
100
with :
101
101
subject-path : " ${{ github.workspace }}/**/target/*.jar"
102
102
Original file line number Diff line number Diff line change 66
66
run : tar xvf ${{ env.TARBALL_FILE }}
67
67
68
68
- name : generate build provenance
69
- uses : actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
69
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
70
70
with :
71
71
subject-path : " ${{ github.workspace }}/**/target/*.jar"
72
72
Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
30
30
- ' compile javadoc:javadoc'
31
31
fail-fast : false
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : ./.github/workflows/maven-goal
35
35
with :
36
36
command : ./mvnw ${{ matrix.goal }}
37
37
- name : Store test results
38
38
if : ${{ matrix.goal == 'test' }} && (success() || failure())
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : test-results
42
42
path : ' **/target/surefire-reports'
43
- - uses : actions/upload-artifact@v3
43
+ - uses : actions/upload-artifact@v4
44
44
if : contains(${{ matrix.goal }}, 'license')
45
45
with :
46
46
name : license-report
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
20
+ - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
21
21
with :
22
22
registry : ghcr.io
23
23
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments