Skip to content

Commit 0fa31d0

Browse files
authored
Merge branch 'main' into ci-codspeed
2 parents 8fdf449 + 51fe8fc commit 0fa31d0

39 files changed

Lines changed: 267 additions & 164 deletions

.github/actions/pr-comment-data-export/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
echo "$EVENT_NUMBER" > comment-data/pr-number
3535
echo "$LOG_MD" > comment-data/log-md
3636
- if: ${{ github.event_name == 'pull_request' }}
37-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
37+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3838
with:
3939
name: ${{ inputs.name }}
4040
path: comment-data

.github/actions/pr-comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
runs:
1616
using: composite
1717
steps:
18-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
18+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
1919
with:
2020
run-id: ${{ github.event.workflow_run.id }}
2121
name: ${{ inputs.name }}

.github/actions/quic-interop-runner/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ runs:
124124
exit $FAILED
125125
shell: bash
126126

127-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
127+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
128128
if: ${{ always() }}
129129
id: upload-logs
130130
with:
@@ -141,7 +141,7 @@ runs:
141141
mv result.json.tmp result.json
142142
shell: bash
143143

144-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
144+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
145145
if: ${{ always() }}
146146
with:
147147
name: '${{ inputs.client }} vs. ${{ inputs.server }} results'

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ updates:
1212
# Disable all non-security updates.
1313
# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit>
1414
open-pull-requests-limit: 0
15+
cooldown:
16+
default-days: 10
17+
semver-major-days: 20
18+
semver-minor-days: 10
19+
semver-patch-days: 5
1520
- package-ecosystem: "github-actions"
1621
directory: "/"
1722
schedule:

.github/workflows/actionlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
merge_group:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref_name }}
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1313
cancel-in-progress: true
1414

1515
permissions:
@@ -48,13 +48,13 @@ jobs:
4848
with:
4949
persist-credentials: false
5050

51-
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
51+
- uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
5252

5353
- run: uvx zizmor --persona auditor --format sarif . > results.sarif
5454
env:
5555
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656

57-
- uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
57+
- uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5858
with:
5959
sarif_file: results.sarif
6060
category: zizmor

.github/workflows/bench.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
WORKSPACE: ${{ github.workspace}}
2828

2929
concurrency:
30-
group: ${{ github.workflow }}-${{ github.ref_name }}
30+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3131
cancel-in-progress: true
3232

3333
permissions:
@@ -191,7 +191,7 @@ jobs:
191191
192192
- name: Export profiler.firefox.com data
193193
id: export_samply
194-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
194+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
195195
with:
196196
name: ${{ github.event.repository.name }}-${{ github.event.pull_request.head.sha }}-bench-samply
197197
path: |
@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: Export performance data
204204
id: export_perf
205-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
205+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
206206
with:
207207
name: ${{ github.event.repository.name }}-${{ github.event.pull_request.head.sha }}-bench-perf
208208
path: |

.github/workflows/bencher-archive.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
# SAFETY: We are not running any code from the triggering PR, so this is safe.
66
types: [closed] # zizmor: ignore[dangerous-triggers]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+
cancel-in-progress: true
11+
812
permissions:
913
contents: read
1014

.github/workflows/bencher-upload.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
# SAFETY: We are not running any code from the triggering PR, so this is safe.
77
types: [completed] # zizmor: ignore[dangerous-triggers]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
permissions:
1014
contents: read
1115

@@ -33,7 +37,7 @@ jobs:
3337
echo "$EVENT" | jq
3438
3539
- name: Download benchmark results
36-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
40+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
3741
with:
3842
run-id: ${{ github.event.workflow_run.id }}
3943
name: ${{ github.event.repository.name }}-${{ env.SHA }}-${{ env.DATA_TAG }}-perf

.github/workflows/check-mtu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
merge_group:
77

88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref_name }}
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1010
cancel-in-progress: true
1111

1212
permissions:

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
RUST_TEST_TIME_DOCTEST: 10,30
1616

1717
concurrency:
18-
group: ${{ github.workflow }}-${{ github.ref_name }}
18+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1919
cancel-in-progress: true
2020

2121
permissions:
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Save simulation seeds artifact
176176
if: ${{ always() }}
177-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
177+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
178178
with:
179179
name: simulation-seeds-${{ matrix.os }}-${{ matrix.rust-toolchain }}-${{ matrix.type }}
180180
path: simulation-seeds

0 commit comments

Comments
 (0)