File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Dfsseta.ApplyForLanding Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
2121 with :
2222 dotnet-version : 8.0.x
2323 - name : Restore dependencies
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:579e1823fc3714a4b07cf7e0ffe4d96aae66a245aa740b138e31446955eadb55 AS base
22USER $APP_UID
33WORKDIR /app
44EXPOSE 8080
55EXPOSE 8081
66
7- FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
7+ FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:8b5eece40d8a8050c09332eab1e65563fd4c928c5881e9e72bca7a4b0339f881 AS build
88ARG BUILD_CONFIGURATION=Release
99WORKDIR /src
1010COPY ["Dfsseta.ApplyForLanding/Dfsseta.ApplyForLanding.csproj" , "Dfsseta.ApplyForLanding/" ]
You can’t perform that action at this time.
0 commit comments