File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
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@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4 .1
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@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4 .1
70
70
with :
71
71
subject-path : " ${{ github.workspace }}/**/target/*.jar"
72
72
Original file line number Diff line number Diff line change 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 }}
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