@@ -83,17 +83,17 @@ jobs:
83
83
- name : Support longpaths on Windows
84
84
if : " startsWith(matrix.os.runs-on, 'windows')"
85
85
run : git config --global core.longpaths true
86
- - uses : actions/checkout@v4
86
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
87
87
with :
88
88
persist-credentials : false
89
89
- name : Set up Java ${{ matrix.os.java.version }}
90
- uses : actions/setup-java@v4
90
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
91
91
with :
92
92
java-version : ${{ matrix.os.java.version }}
93
93
distribution : temurin
94
94
# https://github.com/actions/cache/blob/main/examples.md#java---maven
95
95
- name : Cache local Maven repository
96
- uses : actions/cache@v4
96
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
97
97
with :
98
98
path : ~/.m2/repository
99
99
# use a different key than workflows running in trusted mode
@@ -109,11 +109,12 @@ jobs:
109
109
-Pjqassistant -Pdist
110
110
env :
111
111
DEVELOCITY_ACCESS_KEY : " ${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
112
+ DEVELOCITY_BASE_URL : " ${{ env.DEVELOCITY_BASE_URL || 'https://develocity.commonhaus.dev' }}"
112
113
# For jobs running on 'pull_request', upload build scan data.
113
114
# The actual publishing must be done in a separate job (see ci-report.yml).
114
115
# We don't write to the remote cache as that would be unsafe.
115
116
- name : Upload GitHub Actions artifact for the Develocity build scan
116
- uses : actions/upload-artifact@v4
117
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
117
118
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
118
119
with :
119
120
name : build-scan-data-standalone-${{ matrix.os.name }}
@@ -127,9 +128,10 @@ jobs:
127
128
-Dincontainer -Dincontainer-prepared
128
129
env :
129
130
DEVELOCITY_ACCESS_KEY : " ${{ secrets.DEVELOCITY_ACCESS_KEY || '' }}"
131
+ DEVELOCITY_BASE_URL : " ${{ env.DEVELOCITY_BASE_URL || 'https://develocity.commonhaus.dev' }}"
130
132
131
133
- name : Upload GitHub Actions artifact for the Develocity build scan
132
- uses : actions/upload-artifact@v4
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
133
135
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
134
136
with :
135
137
name : build-scan-data-incontainer-${{ matrix.os.name }}
0 commit comments