diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc913140..162369ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' # CPM: hash every input that can change the restore graph (csproj graph diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 1ebb903c..4d8e356a 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' cache: true diff --git a/.github/workflows/nuget-vuln-pr.yml b/.github/workflows/nuget-vuln-pr.yml index 08bf5d86..f495335f 100644 --- a/.github/workflows/nuget-vuln-pr.yml +++ b/.github/workflows/nuget-vuln-pr.yml @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' cache: true diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 93cd425c..28fd0525 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -106,7 +106,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' cache: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c990a316..b9bc4508 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' cache: true @@ -83,7 +83,7 @@ jobs: # C# autobuild needs the .NET SDK on PATH. Cache so the second build # (during analyze) reuses the NuGet restore from the first. - if: matrix.language == 'csharp' - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' cache: true @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: '10.0.x' cache: true