Skip to content

Commit 50fac25

Browse files
committed
Merge branch 'main' into seera-main
2 parents 35e7009 + e3fba31 commit 50fac25

88 files changed

Lines changed: 3909 additions & 3485 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.docker/ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Base image
2-
FROM ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb AS base
2+
FROM ubuntu:22.04@sha256:c7eb020043d8fc2ae0793fb35a37bff1cf33f156d4d4b12ccc7f3ef8706c38b1 AS base
33

44
LABEL org.opencontainers.image.source=https://github.com/microsoft/msquic
55

.docker/ubuntu-24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Base image
2-
FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 AS base
2+
FROM ubuntu:24.04@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b AS base
33

44
LABEL org.opencontainers.image.source=https://github.com/microsoft/msquic
55

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ updates:
66
- package-ecosystem: "github-actions"
77
directory: "/"
88
schedule:
9-
interval: "monthly"
9+
interval: "weekly"
10+
day: "saturday"
11+
groups:
12+
actions:
13+
patterns:
14+
- "*"
1015

1116
- package-ecosystem: "gitsubmodule"
1217
directory: "/"
@@ -43,7 +48,6 @@ updates:
4348
day: "saturday"
4449
ignore:
4550
- dependency-name: "ubuntu"
46-
update-types: ["version-update:semver-major", "version-update:semver-minor"]
4751

4852
- package-ecosystem: "docker"
4953
directories:
@@ -53,4 +57,3 @@ updates:
5357
day: "saturday"
5458
ignore:
5559
- dependency-name: "ubuntu"
56-
update-types: ["version-update:semver-major", "version-update:semver-minor"]

.github/workflows/build-reuse-darwin-framework.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: macos-15
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6363
with:
6464
repository: ${{ inputs.repo}}
6565
ref: ${{ inputs.ref }}
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: macos-15
9797
steps:
9898
- name: Checkout repository
99-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
99+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
100100
with:
101101
repository: ${{ inputs.repo}}
102102
ref: ${{ inputs.ref }}
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: macos-15
121121
steps:
122122
- name: Checkout repository
123-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
123+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
124124
with:
125125
repository: ${{ inputs.repo}}
126126
ref: ${{ inputs.ref }}

.github/workflows/build-reuse-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
image: ${{ (inputs.plat == 'linux' && format('ghcr.io/microsoft/msquic/linux-build-xcomp:{0}-cross', inputs.os)) || '' }}
9898
steps:
9999
- name: Checkout repository
100-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
100+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
101101
with:
102102
repository: ${{ inputs.repo}}
103103
ref: ${{ inputs.ref }}

.github/workflows/build-reuse-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
runs-on: ${{ inputs.os }}
7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
81+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8282
with:
8383
repository: ${{ inputs.repo}}
8484
ref: ${{ inputs.ref }}
8585
- name: Install Perl
86-
uses: shogo82148/actions-setup-perl@fa3bdcb0144a50651e317f30949bb4491e74a6e4
86+
uses: shogo82148/actions-setup-perl@b6cfc127f1b0a63ac98797800f641494d80f42f8
8787
with:
8888
perl-version: '5.34'
8989
- name: Install NASM

.github/workflows/build-reuse-winkernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ inputs.os }}
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
65+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6666
with:
6767
repository: ${{ inputs.repo}}
6868
ref: ${{ inputs.ref }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
runs-on: windows-2022
247247
steps:
248248
- name: Checkout repository
249-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
249+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
250250
- name: Download Build Artifacts
251251
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
252252
with:

.github/workflows/cargo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
name: Cargo
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838
- name: Prepare Machine
3939
run: scripts/prepare-machine.ps1 -Tls ${{ matrix.vec.tls }} -ForBuild -InstallTestCertificates
4040
shell: pwsh
4141
- name: Install Perl
4242
if: runner.os == 'Windows'
43-
uses: shogo82148/actions-setup-perl@fa3bdcb0144a50651e317f30949bb4491e74a6e4
43+
uses: shogo82148/actions-setup-perl@b6cfc127f1b0a63ac98797800f641494d80f42f8
4444
with:
4545
perl-version: '5.34'
4646
- name: Install NASM
@@ -136,7 +136,7 @@ jobs:
136136
name: Cargo-Preinstall
137137
steps:
138138
- name: Checkout repository
139-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
139+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
140140
- name: Install Rust
141141
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
142142
with:

.github/workflows/check-clog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: windows-latest
2121
steps:
2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602
23+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
2424
with:
2525
dotnet-version: 8.0.x
2626
- name: Checkout repository
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2828
- name: Prepare Machine
2929
run: scripts/prepare-machine.ps1
3030
shell: pwsh

0 commit comments

Comments
 (0)