File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,21 +49,21 @@ jobs:
49
49
fi
50
50
# Checkout target branch which has trusted code
51
51
- name : Check out target branch
52
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
52
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
53
53
with :
54
54
persist-credentials : false
55
55
# By default, a workflow that is triggered with on workflow_run would run on the main (default) branch.
56
56
# Different branches might have different versions of Develocity, and we want to make sure
57
57
# that we publish with the one that we built the scan with in the first place.
58
58
ref : ${{ steps.determine_branch_ref.outputs.original_branch_ref }}
59
59
- name : Set up Java 21
60
- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
60
+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
61
61
with :
62
62
java-version : 21
63
63
distribution : temurin
64
64
# https://github.com/actions/cache/blob/main/examples.md#java---maven
65
65
- name : Cache local Maven repository
66
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
66
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
67
67
with :
68
68
path : ~/.m2/repository
69
69
# use a different key than workflows running untrusted code
74
74
run : ./mvnw -v
75
75
- name : Download GitHub Actions artifacts for the Develocity build scans
76
76
id : downloadBuildScan
77
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3 .0
77
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0 .0
78
78
with :
79
79
pattern : build-scan-data-*
80
80
github-token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
java-version : [ '17', '21' ]
35
35
36
36
steps :
37
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
37
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
38
38
with :
39
39
persist-credentials : false
40
40
41
41
- name : Set up Java ${{ matrix.java-version }}
42
- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
42
+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
43
43
with :
44
44
java-version : ${{ matrix.java-version }}
45
45
distribution : temurin
Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ jobs:
86
86
- name : Support longpaths on Windows
87
87
if : " startsWith(matrix.os.runs-on, 'windows')"
88
88
run : git config --global core.longpaths true
89
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
89
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
90
90
with :
91
91
persist-credentials : false
92
92
- name : Set up Java ${{ matrix.os.java.version }}
93
- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
93
+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
94
94
with :
95
95
java-version : ${{ matrix.os.java.version }}
96
96
distribution : temurin
97
97
# https://github.com/actions/cache/blob/main/examples.md#java---maven
98
98
- name : Cache local Maven repository
99
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
99
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
100
100
with :
101
101
path : ~/.m2/repository
102
102
# use a different key than workflows running in trusted mode
You can’t perform that action at this time.
0 commit comments