File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
LambdaRuntimeDockerfiles/Images/net10 Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616
1717 - name : Get List of Changed Files
1818 id : changed-files
19- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v45
19+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v45
2020
2121 - name : Check for Change File(s) in .autover/changes/
2222 run : |
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
4444 token : ${{ env.AWS_SECRET_TOKEN }}
4545 # Install .NET9 which is needed for AutoVer
4646 - name : Setup .NET 9.0
47- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
47+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
4848 with :
4949 dotnet-version : 9.0.x
5050 # Install .NET10 which is needed for building the solution
5151 - name : Setup .NET 10.0
52- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
52+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5353 with :
5454 dotnet-version : 10.0.x
5555 # Install AutoVer to automate versioning and changelog creation
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 token : ${{ env.AWS_SECRET_TOKEN }}
4747 # Install .NET9 which is needed for AutoVer
4848 - name : Setup .NET 9.0
49- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
49+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5050 with :
5151 dotnet-version : 9.0.x
5252 # Install .NET10 which is needed for building the solution
5353 - name : Setup .NET 10.0
54- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
54+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5555 with :
5656 dotnet-version : 10.0.x
5757 # Install AutoVer which is needed to retrieve information about the current release.
@@ -122,12 +122,12 @@ jobs:
122122 fetch-depth : 0
123123 # Install .NET9 which is needed for AutoVer
124124 - name : Setup .NET 9.0
125- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
125+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
126126 with :
127127 dotnet-version : 9.0.x
128128 # Install .NET10 which is needed for building the solution
129129 - name : Setup .NET 10.0
130- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
130+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
131131 with :
132132 dotnet-version : 10.0.x
133133 # Install AutoVer which is needed to retrieve information about the current release.
Original file line number Diff line number Diff line change 11# Based on Docker image from: https://github.com/dotnet/dotnet-docker/
22
3- ARG ASPNET_VERSION=10.0.0
4- ARG ASPNET_SHA512=73314cf4815f551ee6f980273836568c66020fde7e87b7fe27f8224bb6ece5e767bf2a80e42bc5aad383dcb38c823f4b2b25d0fffcbb0fbd73fa82f20e66e8cf
3+ ARG ASPNET_VERSION=10.0.1
4+ ARG ASPNET_SHA512=cd01174c52a2ff8107d24eb61c18db44639e4a764b125a7538251d26ad3e4457f5255181c04e6e9aa1d3a4a084dea007152a44777b52e3b43ce0fae8f221a831
55
66ARG LAMBDA_RUNTIME_NAME=dotnet10
77ARG AMAZON_LINUX=public.ecr.aws/lambda/provided:al2023
Original file line number Diff line number Diff line change 11# Based on Docker image from: https://github.com/dotnet/dotnet-docker/
22
3- ARG ASPNET_VERSION=10.0.0
4- ARG ASPNET_SHA512=0ed022f7a7a2bf0660b2d4cdcb94a5444b9b9ece87f22a60a2029137630fd91385c61a19b1301e81bef363b5b890924d53a7c824e58bd4edd327723aa72c6fb5
3+ ARG ASPNET_VERSION=10.0.1
4+ ARG ASPNET_SHA512=85f2b853bc9506ffd1a086d28df288e9b0bff3eca12900ad8ef459f2ec9d537f9341564dd7a6dfee6534555509af51554c6b9cb16874e31ef141cbcf6eccccf2
55
66ARG LAMBDA_RUNTIME_NAME=dotnet10
77ARG AMAZON_LINUX=public.ecr.aws/lambda/provided:al2023
You can’t perform that action at this time.
0 commit comments