@@ -39,19 +39,19 @@ jobs:
3939 parse-json-secrets : true
4040 # Checkout a full clone of the repo
4141 - name : Checkout code
42- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2 .2
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
4343 with :
4444 ref : dev
4545 fetch-depth : 0
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@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
49+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.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@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
54+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
5555 with :
5656 dotnet-version : 10.0.x
5757 # Install AutoVer which is needed to retrieve information about the current release.
@@ -116,18 +116,18 @@ jobs:
116116 steps :
117117 # Checkout a full clone of the repo
118118 - name : Checkout code
119- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2 .2
119+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
120120 with :
121121 ref : releases/next-release
122122 fetch-depth : 0
123123 # Install .NET9 which is needed for AutoVer
124124 - name : Setup .NET 9.0
125- uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
125+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.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@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
130+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
131131 with :
132132 dotnet-version : 10.0.x
133133 # Install AutoVer which is needed to retrieve information about the current release.
0 commit comments