Skip to content

Commit 1de85ad

Browse files
authored
Backport reproducibility fixes to release/6.x (#7610)
1 parent e8f98e1 commit 1de85ad

File tree

12 files changed

+58
-44
lines changed

12 files changed

+58
-44
lines changed

.github/workflows/bencher.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tdnf -y update
2424
tdnf -y install ca-certificates git
2525
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -65,7 +65,7 @@ jobs:
6565
name: Benchmark SNP
6666
runs-on: [self-hosted, 1ES.Pool=gha-c-aci-ci]
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969
with:
7070
fetch-depth: 0
7171

.github/workflows/ci-containers-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Log in to the Container registry
2626
uses: docker/login-action@v3

.github/workflows/ci-verification.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
tdnf -y update
3636
tdnf -y install ca-certificates git
3737
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
- name: Install TLC dependencies
4040
run: |
4141
tdnf install -y jre wget
@@ -64,7 +64,7 @@ jobs:
6464
working-directory: tla
6565

6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v6
6868
- name: Install TLC dependencies
6969
run: |
7070
sudo apt update
@@ -84,7 +84,7 @@ jobs:
8484
working-directory: tla
8585

8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v6
8888
- name: Install TLC dependencies
8989
run: |
9090
sudo apt update
@@ -117,7 +117,7 @@ jobs:
117117
tdnf -y update
118118
tdnf -y install ca-certificates git
119119
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v6
121121
- name: Install TLC dependencies
122122
run: |
123123
tdnf install -y jre wget
@@ -144,7 +144,7 @@ jobs:
144144
working-directory: tla
145145

146146
steps:
147-
- uses: actions/checkout@v4
147+
- uses: actions/checkout@v6
148148
- name: Install TLC dependencies
149149
run: |
150150
sudo apt update
@@ -177,7 +177,7 @@ jobs:
177177
tdnf -y update
178178
tdnf -y install ca-certificates git
179179
180-
- uses: actions/checkout@v4
180+
- uses: actions/checkout@v6
181181
with:
182182
fetch-depth: 0
183183

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tdnf -y update
3333
tdnf -y install ca-certificates git
3434
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838

@@ -61,7 +61,7 @@ jobs:
6161
tdnf -y update
6262
tdnf -y install ca-certificates git
6363
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v6
6565
with:
6666
fetch-depth: 0
6767

@@ -97,7 +97,7 @@ jobs:
9797
tdnf -y update
9898
tdnf -y install ca-certificates git
9999
100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v6
101101
with:
102102
fetch-depth: 0
103103

@@ -157,7 +157,7 @@ jobs:
157157
needs: checks
158158

159159
steps:
160-
- uses: actions/checkout@v4
160+
- uses: actions/checkout@v6
161161
with:
162162
fetch-depth: 0
163163

@@ -229,7 +229,7 @@ jobs:
229229
needs: checks
230230

231231
steps:
232-
- uses: actions/checkout@v4
232+
- uses: actions/checkout@v6
233233
with:
234234
fetch-depth: 0
235235

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tdnf -y update
4545
tdnf -y install ca-certificates git tar
4646
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/containers-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run_js: true
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Log in to the Container registry
3636
uses: docker/login-action@v3

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2424

25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/long-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
tdnf -y update
3030
tdnf -y install ca-certificates git
3131
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

@@ -83,7 +83,7 @@ jobs:
8383
tdnf -y update
8484
tdnf -y install ca-certificates git
8585
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v6
8787
with:
8888
fetch-depth: 0
8989

@@ -137,7 +137,7 @@ jobs:
137137
tdnf -y update
138138
tdnf -y install ca-certificates git
139139
140-
- uses: actions/checkout@v4
140+
- uses: actions/checkout@v6
141141
with:
142142
fetch-depth: 0
143143

@@ -193,7 +193,7 @@ jobs:
193193
tdnf -y update
194194
tdnf -y install ca-certificates git
195195
196-
- uses: actions/checkout@v4
196+
- uses: actions/checkout@v6
197197
with:
198198
fetch-depth: 0
199199

@@ -250,7 +250,7 @@ jobs:
250250
tdnf -y update
251251
tdnf -y install ca-certificates git
252252
253-
- uses: actions/checkout@v4
253+
- uses: actions/checkout@v6
254254
with:
255255
fetch-depth: 0
256256

@@ -304,7 +304,7 @@ jobs:
304304
tdnf -y update
305305
tdnf -y install ca-certificates git
306306
307-
- uses: actions/checkout@v4
307+
- uses: actions/checkout@v6
308308
with:
309309
fetch-depth: 0
310310

.github/workflows/long-verification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tdnf -y update
3434
tdnf -y install ca-certificates git
3535
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
- name: Install TLC dependencies
3838
run: |
3939
tdnf install -y jre wget
@@ -66,7 +66,7 @@ jobs:
6666
tdnf -y update
6767
tdnf -y install ca-certificates git
6868
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v6
7070
- name: Install TLC dependencies
7171
run: |
7272
tdnf install -y jre wget
@@ -92,7 +92,7 @@ jobs:
9292
working-directory: tla
9393

9494
steps:
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v6
9696
- run: |
9797
sudo apt update
9898
sudo apt install -y default-jre wget

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 24

0 commit comments

Comments
 (0)