File tree Expand file tree Collapse file tree 12 files changed +21
-21
lines changed
Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 2020 runs-on : windows-latest
2121 steps :
2222 - name : Setup .NET
23- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
23+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
2424 with :
2525 dotnet-version : 10.0.x
2626 - name : Checkout repository
Original file line number Diff line number Diff line change 2020 runs-on : windows-latest
2121 steps :
2222 - name : Setup .NET
23- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
23+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
2424 with :
2525 dotnet-version : 10.0.x
2626 - name : Checkout repository
Original file line number Diff line number Diff line change 4747 cmake --build . --target OpenSSL_Target
4848
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e
50+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
5151 with :
5252 languages : cpp
5353 config-file : ./.github/codeql/codeql-config.yml
5858 cmake --build .
5959
6060 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e
61+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
Original file line number Diff line number Diff line change 4444 # https://github.com/docker/login-action
4545 - name : Log into registry ${{ env.REGISTRY }}
4646 if : github.event_name != 'pull_request'
47- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
47+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
4848 with :
4949 registry : ${{ env.REGISTRY }}
5050 username : ${{ github.actor }}
@@ -54,14 +54,14 @@ jobs:
5454 # https://github.com/docker/metadata-action
5555 - name : Extract Docker metadata
5656 id : meta
57- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
57+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
5858 with :
5959 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
6161 # Build and push Docker image with Buildx (don't push on PR)
6262 # https://github.com/docker/build-push-action
6363 - name : Build and push Docker image
64- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
64+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6565 with :
6666 context : .docker/ubuntu-${{ matrix.version }}
6767 file : .docker/ubuntu-${{ matrix.version }}/Dockerfile
Original file line number Diff line number Diff line change 3434 # https://github.com/docker/login-action
3535 - name : Log into registry ${{ env.REGISTRY }}
3636 if : github.event_name != 'pull_request'
37- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
37+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
3838 with :
3939 registry : ${{ env.REGISTRY }}
4040 username : ${{ github.actor }}
@@ -44,14 +44,14 @@ jobs:
4444 # https://github.com/docker/metadata-action
4545 - name : Extract Docker metadata
4646 id : meta
47- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
47+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
4848 with :
4949 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5050
5151 # Build and push Docker image with Buildx (don't push on PR)
5252 # https://github.com/docker/build-push-action
5353 - name : Build and push Docker image
54- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
54+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
5555 with :
5656 context : .
5757 file : scripts/qns.Dockerfile
Original file line number Diff line number Diff line change 9999 with :
100100 name : Debug-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }}
101101 path : artifacts
102- - uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
102+ - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
103103 with :
104104 dotnet-version : 10.0.x
105105 - name : Run Lang Interop
Original file line number Diff line number Diff line change 3434 - name : Checkout Repository
3535 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3636 - name : Set up QEMU
37- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
37+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
3838 - name : Generate APKBUILD
3939 shell : pwsh
4040 run : |
7171 name : ${{ matrix.vec.friendlyName }}-package
7272 path : artifacts
7373 - name : Set up QEMU
74- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
74+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
7575 - name : Set up .NET
76- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
76+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
7777 with :
7878 dotnet-version : 10.0.x
7979 - name : Build .NET QUIC Test Project (self-contained)
Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ jobs:
149149 name : ${{ matrix.vec.config }}-linux-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}-UseSystemOpenSSLCrypto${{ matrix.vec.xdp }}
150150 path : artifacts
151151 - name : Set up QEMU
152- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130
152+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
153153 - name : Set up .NET
154- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
154+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
155155 with :
156156 dotnet-version : 10.0.x
157157 - name : Build .NET QUIC Test Projects (Self-Contained)
Original file line number Diff line number Diff line change 5151 - name : Checkout repository
5252 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5353 - name : Setup .NET
54- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
54+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
5555 with :
5656 dotnet-version : 10.0.x
5757 - name : Install Dependencies
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3333 - name : Dotnet Setup
34- uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309
34+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
3535 with :
3636 dotnet-version : 10.0.x
3737
You can’t perform that action at this time.
0 commit comments